Added missing comma

This commit is contained in:
alan.invents 2020-02-13 18:54:00 -05:00 committed by GitHub
parent 7509953880
commit 8c06e270cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"},