mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 05:27:33 +02:00
Handle vertical line char in strings
This commit is contained in:
parent
dbb25dcb49
commit
ac23534bde
1 changed files with 1 additions and 0 deletions
|
@ -497,6 +497,7 @@
|
|||
((or (equal? #\" c)
|
||||
(equal? #\' c)
|
||||
(equal? #\? c)
|
||||
(equal? #\| c)
|
||||
(equal? #\\ c))
|
||||
(cons c buf))
|
||||
((equal? #\a c) (cons #\alarm buf))
|
||||
|
|
Loading…
Add table
Reference in a new issue