Skip to content

Commit 8885933

Browse files
committed
add a multi-byte character as fodder for the random tester (since byte regexps are being used in various places)
1 parent 6c3cc96 commit 8885933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax-color-test/tests/syntax-color/scribble-lexer.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
(parameterize ([current-lexer-char char])
5757
(test* (string-replace str "@" (string char)) len-val line))))]))
5858

59-
(define chars '(#\@ #\+ #\- #\\ #\^))
59+
(define chars '(#\@ #\+ #\- #\\ #\^ #\α))
6060

6161
(test/chars chars "x" '((1 text)))
6262
(test/chars chars "x{}" '((3 text)))

0 commit comments

Comments
 (0)