mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +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' },
|
||||
],
|
||||
}],
|
||||
[{
|
||||
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 %}',
|
||||
tokens: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue