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
2582760f
Commit
2582760f
authored
Nov 25, 2002
by
pfdietz
Browse files
Fixed typo in a position-if test.
parent
0423aeaf
Changes
1
Show whitespace changes
Inline
Side-by-side
ansi-tests/position-if.lsp
View file @
2582760f
...
...
@@ -433,7 +433,7 @@
(flet ((%f (c) (eql c #\0))
(%g (c) (eql c #\1)))
(let ((a (make-array '(10) :initial-contents
(coerce "1111100000" 'list
()
)
(coerce "1111100000" 'list)
:fill-pointer 5
:element-type 'character)))
(values (position-if #'%f a)
...
...
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