Skip to content
Snippets Groups Projects
Commit 836414b9 authored by pfdietz's avatar pfdietz
Browse files

Removed an incorrect test

parent bbf6e213
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,7 @@
(list (list name c s val)))))))
nil)
#|
(def-syntax-test syntax.escape.whitespace.2
(let ((names '("Tab" "Newline" "Linefeed" "Space" "Return" "Page")))
(loop for name in names
......@@ -176,6 +177,7 @@
(unless (eql val (intern (string c)))
(list (list name c s val)))))))
nil)
|#
(def-syntax-test syntax.multiple-escape.invalid.backspace
(let ((c (name-char "Backspace")))
......
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