mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Added missing comma
This commit is contained in:
parent
7509953880
commit
8c06e270cd
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ testTokenization('julia', [
|
||||||
}],
|
}],
|
||||||
|
|
||||||
[{
|
[{
|
||||||
line: "b(c) = 2c"
|
line: "b(c) = 2c",
|
||||||
tokens: [
|
tokens: [
|
||||||
{startIndex: 0, type: "keyword.flow.julia"},
|
{startIndex: 0, type: "keyword.flow.julia"},
|
||||||
{startIndex: 1, type: "delimiter.parenthesis.julia"},
|
{startIndex: 1, type: "delimiter.parenthesis.julia"},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue