Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jon Boone
ansi-test
Commits
0a52cf93
Commit
0a52cf93
authored
Nov 19, 2019
by
Daniel Kochmański
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-garbage' into 'master'
Comment out READ-SUPPRESS.17 Closes
#18
See merge request
!24
parents
ed4a6bd6
8c9bca72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
reader/read-suppress.lsp
reader/read-suppress.lsp
+3
-2
No files found.
reader/read-suppress.lsp
View file @
0a52cf93
...
...
@@ -69,8 +69,9 @@
(def-random-suppress-test read-suppress.15 :prefix "#(" :suffix ")")
(def-random-suppress-test read-suppress.16 :chars "0123456789.eEfFsSdDlL+-")
;; Undefined macro dispatch characters should not signal an error
(def-read-suppress-test read-suppress.17 "#garbage")
;; Undefined macro dispatch characters MAY signal an error -
;; the behaviour is undefined in this case
;; (def-read-suppress-test read-suppress.17 "#garbage")
(def-read-suppress-test read-suppress.sharp-slash.1 "#\\boguscharname")
(def-read-suppress-test read-suppress.sharp-slash.2 "#\\:x")
...
...
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