aboutsummaryrefslogtreecommitdiff
path: root/tests/parser.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/parser.spec.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parser.spec.ts b/tests/parser.spec.ts
index f2893b8..41fafa3 100644
--- a/tests/parser.spec.ts
+++ b/tests/parser.spec.ts
@@ -49,7 +49,7 @@ describe('parser', () => {
])
expect(parse(` 'hello world toodles \" nice double quote there' `)).toEqual(
- [Expr.LiteralString(`hello world toodles \" nice double quote there`)]
+ [Expr.LiteralString(`hello world toodles \" nice double quote there`)],
)
})