Skip to content
Snippets Groups Projects
Commit 0a52cf93 authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

Merge branch 'fix-garbage' into 'master'

Comment out READ-SUPPRESS.17

Closes #18

See merge request ansi-test/ansi-test!24
parents ed4a6bd6 8c9bca72
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment