Quellcode durchsuchen

Added missing comma

alan.invents vor 5 Jahren
Ursprung
Commit
8c06e270cd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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"},