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
cd362362
Commit
cd362362
authored
Jun 12, 2004
by
pfdietz
Browse files
Added more error handlers for randomized readability tester
parent
20c260b0
Changes
1
Show whitespace changes
Inline
Side-by-side
ansi-tests/printer-aux.lsp
View file @
cd362362
...
@@ -94,7 +94,11 @@
...
@@ -94,7 +94,11 @@
(copy-readtable nil)
(copy-readtable nil)
*readtable*)))
*readtable*)))
(read-from-string str))
(read-from-string str))
(reader-error () :error)))))
(reader-error () :reader-error)
(end-of-file () :end-of-file)
(stream-error () :stream-error)
(file-error () :file-error)
))))
(unless (funcall test obj obj2)
(unless (funcall test obj obj2)
(list
(list
(list* obj str obj2 (%params)
(list* obj str obj2 (%params)
...
...
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