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