summaryrefslogtreecommitdiff
path: root/internal/parse_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/parse_test.go')
-rw-r--r--internal/parse_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/parse_test.go b/internal/parse_test.go
index 91cd277..34977fb 100644
--- a/internal/parse_test.go
+++ b/internal/parse_test.go
@@ -51,7 +51,7 @@ func TestParserHandleRune(t *testing.T) {
`a"`, // ["
`a"`, // ["x
`a`, // ["x"
- `]`, // ["x",
+ `a?`, // ["x",
`a"`, // ["x","
`a"`, // ["x","y
`a`, // ["x","y"