Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ansi-test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mark Evenson
ansi-test
Commits
7183010a
Commit
7183010a
authored
6 years ago
by
Daniel Kochmański
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.common-lisp.net:ansi-test/ansi-test
parents
04db101c
7bf8a120
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data-and-control-flow/equalp.lsp
+3
-3
3 additions, 3 deletions
data-and-control-flow/equalp.lsp
reader/read-suppress.lsp
+3
-0
3 additions, 0 deletions
reader/read-suppress.lsp
with
6 additions
and
3 deletions
data-and-control-flow/equalp.lsp
+
3
−
3
View file @
7183010a
...
...
@@ -284,12 +284,12 @@
(defclass equalp-class-36 () ((slot1 :initarg :slot1) (slot2 :initarg :slot2)))
;;; If structure is baked up by an instance, it may happen that
;;; If structure is ba
c
ked up by an instance, it may happen that
;;; instances are compared like structures for `equalp' - slot by
;;; slot. This was a problem in ECL 16.1.3.
(deftest equalp.36
(equalp (make-instance '
test-object
:slot1 1 :slot2 2)
(make-instance '
test-object
:slot1 1 :slot2 2))
(equalp (make-instance '
equalp-class-36
:slot1 1 :slot2 2)
(make-instance '
equalp-class-36
:slot1 1 :slot2 2))
nil)
(deftest equalp.order.1
...
...
This diff is collapsed.
Click to expand it.
reader/read-suppress.lsp
+
3
−
0
View file @
7183010a
...
...
@@ -69,6 +69,9 @@
(def-random-suppress-test read-suppress.15 :prefix "#(" :suffix ")")
(def-random-suppress-test read-suppress.16 :chars "0123456789.eEfFsSdDlL+-")
;; Undefined macro dispatch characters should not signal an error
(def-read-suppress-test read-suppress.17 "#garbage")
(def-read-suppress-test read-suppress.sharp-slash.1 "#\\boguscharname")
(def-read-suppress-test read-suppress.sharp-slash.2 "#\\:x")
(def-read-suppress-test read-suppress.sharp-slash.3 "#\\::::")
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment