Fix string delimiter syntax in COMMENT statements

This commit is contained in:
Alex Baretta 2015-05-25 18:19:44 -07:00
parent 0626d56303
commit 817fc9a258

View File

@ -248,7 +248,7 @@
(map 'string #'code-char
(loop :repeat 5
:collect (+ (random 26) (char-code #\A))))
"-"
"_"
(map 'string #'code-char
(loop :repeat 5
:collect (+ (random 26) (char-code #\A)))))))