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
473dd2c0
Commit
473dd2c0
authored
Jan 07, 2003
by
pfdietz
Browse files
Docstring test.
parent
b139d5c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/structures-02.lsp
View file @
473dd2c0
...
...
@@ -292,6 +292,7 @@
(defstruct-with-tests (struct-test-53 (:type vector)
(:initial-offset 5))
"This is struct-test-53"
a53 b53)
(deftest structure-53-1
...
...
@@ -302,6 +303,7 @@
(defstruct-with-tests (struct-test-54 (:type vector)
(:initial-offset 2)
(:include struct-test-53))
"This is struct-test-54"
a54 b54)
(deftest structure-54-1
...
...
@@ -333,8 +335,8 @@
(defstruct-with-tests (struct-test-57 (:include struct-test-22))
c57 d57)
(defstruct-with-tests struct-test-58
"This is struct-test-58" a-58 b-58)
;;;; Tests of error cases
(defstruct-with-tests (struct-test-59 (:include struct-test-58))
"This is struct-test-59" a-59 b-59)
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