mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Discard unnecessary test
This commit is contained in:
parent
b83621ff68
commit
78ce549566
1 changed files with 0 additions and 16 deletions
|
|
@ -235,22 +235,6 @@ testTokenization(['twig'], [
|
||||||
{ startIndex: 26, type: 'delimiter.twig' },
|
{ startIndex: 26, type: 'delimiter.twig' },
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
[{
|
|
||||||
line: '{% set foo = 12 %}',
|
|
||||||
tokens: [
|
|
||||||
{ startIndex: 0, type: 'delimiter.twig' },
|
|
||||||
{ startIndex: 2, type: '' },
|
|
||||||
{ startIndex: 3, type: 'keyword.twig' },
|
|
||||||
{ startIndex: 6, type: '' },
|
|
||||||
{ startIndex: 7, type: 'variable.twig' },
|
|
||||||
{ startIndex: 10, type: '' },
|
|
||||||
{ startIndex: 11, type: 'operators.twig' },
|
|
||||||
{ startIndex: 12, type: '' },
|
|
||||||
{ startIndex: 13, type: 'number.twig' },
|
|
||||||
{ startIndex: 15, type: '' },
|
|
||||||
{ startIndex: 16, type: 'delimiter.twig' },
|
|
||||||
],
|
|
||||||
}],
|
|
||||||
[{
|
[{
|
||||||
line: '{% verbatim %}',
|
line: '{% verbatim %}',
|
||||||
tokens: [
|
tokens: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue