diff options
Diffstat (limited to 'scanner/scan_test.go')
| -rw-r--r-- | scanner/scan_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scanner/scan_test.go b/scanner/scan_test.go index 257b1ab..c3f62a8 100644 --- a/scanner/scan_test.go +++ b/scanner/scan_test.go @@ -130,7 +130,7 @@ def"`, tok: `Ident"f" ParenBlock"(4)" Semicolon Return Semicolon `, }, { // #28 src: "f(3).\nfield", - tok: `Ident"f" ParenBlock"(3)" Period Ident"field" Semicolon `, + tok: `Ident"f" ParenBlock"(3)" Period"." Ident"field" Semicolon `, }, { // #29 src: "\n\n\tif i < 1 {return 0}", tok: `If Ident"i" Less Int"1" BraceBlock"{return 0}" Semicolon `, |
