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
1c03e718
Commit
1c03e718
authored
Jan 08, 2003
by
pfdietz
Browse files
Fixed typo.
parent
0fcf6ed6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/structures-03.lsp
View file @
1c03e718
...
...
@@ -24,23 +24,23 @@
(deftest structure-boa-test-02/1
(let ((s (sbt-02-con 1 2 3)))
(values (sbt-0
1
-a s)
(sbt-0
1
-b s)
(sbt-0
1
-c s)))
(values (sbt-0
2
-a s)
(sbt-0
2
-b s)
(sbt-0
2
-c s)))
1 2 3)
(deftest structure-boa-test-02/2
(let ((s (sbt-02-con-2 'p 'q)))
(values (sbt-0
1
-a s)
(sbt-0
1
-b s)
(sbt-0
1
-c s)))
(values (sbt-0
2
-a s)
(sbt-0
2
-b s)
(sbt-0
2
-c s)))
p q z)
(deftest structure-boa-test-02/3
(let ((s (sbt-02-con-3)))
(values (sbt-0
1
-a s)
(sbt-0
1
-b s)
(sbt-0
1
-c s)))
(values (sbt-0
2
-a s)
(sbt-0
2
-b s)
(sbt-0
2
-c s)))
x y z)
;;; &optional in BOA LL
...
...
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