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
818b28e3
Commit
818b28e3
authored
Sep 08, 2003
by
pfdietz
Browse files
Fixed bug in parse-integer.error.5
parent
8a25cabe
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/parse-integer.lsp
View file @
818b28e3
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
(deftest parse-integer.error.5
(deftest parse-integer.error.5
(loop for x across +standard-chars+
(loop for x across +standard-chars+
unless (or (digit-char-p x)
unless (or (digit-char-p x)
(eq (eval `(classify-error (parse-integer ,(string
c
))))
(eq (eval `(classify-error (parse-integer ,(string
x
))))
'parse-error))
'parse-error))
collect x)
collect x)
nil)
nil)
...
...
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