Discard unnecessary test

This commit is contained in:
Marco Petersen 2019-09-10 12:47:20 +02:00
parent b83621ff68
commit 78ce549566

View file

@ -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: [