diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-05-30 16:41:38 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-05-30 16:41:38 -0700 |
commit | 40c606632482e7a8d2f95c692a3a5166376569c6 (patch) | |
tree | 98f0c40a104c973cb85b35e41d8b480add0dc8b2 /shell | |
parent | cde14438e043b55afdebc229e47cb4c747d63620 (diff) | |
download | mu-40c606632482e7a8d2f95c692a3a5166376569c6.tar.gz |
.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/tokenize.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/tokenize.mu b/shell/tokenize.mu index 69ae91d3..19b7c258 100644 --- a/shell/tokenize.mu +++ b/shell/tokenize.mu @@ -320,7 +320,7 @@ fn next-token in: (addr gap-buffer), _out-cell: (addr cell), trace: (addr trace) } # backquote { - compare g, 0x60/single-quote + compare g, 0x60/backquote break-if-!= var g/eax: grapheme <- read-from-gap-buffer in # consume write-grapheme out, g |