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
560a875e
Commit
560a875e
authored
Feb 17, 2004
by
pfdietz
Browse files
Fixed typo
parent
897955b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/adjust-array.lsp
View file @
560a875e
...
...
@@ -253,7 +253,7 @@
(a2 (adjust-array a1 '(2 3) :element-type 'character)))
(assert (if (adjustable-array-p a1)
(eq a1 a2)
(equal (array-dimensions a
1
) '(2 3))))
(equal (array-dimensions a
2
) '(2 3))))
(assert (not (typep 0 (array-element-type a2))))
a2)
#2a((#\1 #\2 #\3)(#\3 #\4 #\5)))
...
...
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