Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
a9791a13
Commit
a9791a13
authored
Feb 15, 2003
by
pfdietz
Browse files
Added tests for keywords as structure names and structure fields.
parent
60f810ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/structures-02.lsp
View file @
a9791a13
...
...
@@ -404,6 +404,10 @@
(funcall f)))
nil a nil nil)
;;; Keywords are allowed in defstruct
(defstruct-with-tests :struct-test-63 a63 b63 c63)
(defstruct-with-tests struct-test-64 :a63 :b63 :c63)
;;; Error tests
(deftest copy-structure.error.1
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment