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
836414b9
Commit
836414b9
authored
Jan 02, 2005
by
pfdietz
Browse files
Removed an incorrect test
parent
bbf6e213
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/syntax.lsp
View file @
836414b9
...
...
@@ -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")))
...
...
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