Favour returning uninterpretable sequences to throwing an exception.
This commit is contained in:
parent
11b4a88e62
commit
7d8d470598
|
@ -85,7 +85,7 @@
|
|||
["c" (S- 'right)]
|
||||
["d" (S- 'left)]
|
||||
[_ (simple-key (unknown-escape-sequence lexeme))])]
|
||||
[_ (error 'analyze-vt-bracket-key "Unexpected input sequence from lexer: ~v" lexeme)]))
|
||||
[_ (simple-key (unknown-escape-sequence lexeme))]))
|
||||
|
||||
(define (analyze-vt-O-mainchar lexeme mainchar)
|
||||
(match mainchar
|
||||
|
|
Loading…
Reference in New Issue