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
19f4d9cf
Commit
19f4d9cf
authored
Jan 25, 2003
by
pfdietz
Browse files
Fixed bug introduced by reordering standard char string.
parent
6b4db55b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/ansi-aux.lsp
View file @
19f4d9cf
...
...
@@ -352,8 +352,8 @@ the condition to go uncaught if it cannot be classified."
(cons 'list args)))
(defparameter +standard-chars+
"
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789~!@#$%^&*()_+|\\=-`{}[]:\";'<>?,./
")
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789~!@#$%^&*()_+|\\=-`{}[]:\";'<>?,./
")
(defparameter
+base-chars+ #.(concatenate 'string
...
...
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