diff --git a/src/julia/julia.test.ts b/src/julia/julia.test.ts index 6e58561a..67060c0a 100644 --- a/src/julia/julia.test.ts +++ b/src/julia/julia.test.ts @@ -20,7 +20,7 @@ testTokenization('julia', [ }], [{ - line: "b(c) = 2c" + line: "b(c) = 2c", tokens: [ {startIndex: 0, type: "keyword.flow.julia"}, {startIndex: 1, type: "delimiter.parenthesis.julia"},