diff --git a/t_scanner_test.go b/t_scanner_test.go index 643f495..0507db2 100644 --- a/t_scanner_test.go +++ b/t_scanner_test.go @@ -45,7 +45,7 @@ func TestScanner(t *testing.T) { /* 22 */ {"@", SymAt, nil, nil}, /* 23 */ {`#`, SymHash, nil, nil}, /* 24 */ {`%`, SymPercent, nil, nil}, - /* 25 */ {`'`, SymQuote, nil, nil}, + /* 25 */ {`\'`, SymQuote, nil, nil}, /* 26 */ {`\"`, SymDoubleQuote, nil, nil}, /* 27 */ {`_`, SymUndescore, nil, nil}, /* 28 */ {`<>`, SymLessGreater, nil, nil},