summaryrefslogtreecommitdiff
path: root/parser_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'parser_test.go')
-rw-r--r--parser_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser_test.go b/parser_test.go
index d443530..ace7581 100644
--- a/parser_test.go
+++ b/parser_test.go
@@ -94,10 +94,10 @@ func TestIsValidID(t *testing.T) {
}
var cases = []testCase{{
- id: "a",
+ id: `a`,
exp: true,
}, {
- id: "1",
+ id: `1`,
}}
var (