Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
305ae1b4
Commit
305ae1b4
authored
Apr 23, 2003
by
pfdietz
Browse files
Another :allow-other-keys test.
parent
578d0dcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/defclass-01.lsp
View file @
305ae1b4
...
@@ -252,6 +252,13 @@
...
@@ -252,6 +252,13 @@
(values (s1 c) (s2 c)))
(values (s1 c) (s2 c)))
a b)
a b)
(deftest class-07.12
(let ((c (make-instance 'class-07 :s1a 'd :s2 'c :garbage 'z
:allow-other-keys t
:allow-other-keys nil)))
(values (s1 c) (s2 c)))
d c)
;;;;
;;;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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