summaryrefslogtreecommitdiff
path: root/scanner/scan_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'scanner/scan_test.go')
-rw-r--r--scanner/scan_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/scanner/scan_test.go b/scanner/scan_test.go
index 9450f62..bdd3176 100644
--- a/scanner/scan_test.go
+++ b/scanner/scan_test.go
@@ -152,4 +152,7 @@ def"`,
}, { // #20
src: "println(3 /* argh ) */)",
tok: `"println" "(3 /* argh ) */)" `,
+}, { // #21
+ src: `println("in f")`,
+ tok: `"println" "(\"in f\")" `,
}}