소스 검색

Added missing comma

alan.invents 5 년 전
부모
커밋
8c06e270cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/julia/julia.test.ts

+ 1 - 1
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"},