t_scanner_test.go: Test nr 25 changed because now single-quotes can enclose strings
This commit is contained in:
parent
63f5db00b3
commit
0f54e01ef3
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user