Forráskód Böngészése

Discard unnecessary test

Marco Petersen 5 éve
szülő
commit
78ce549566
1 módosított fájl, 0 hozzáadás és 16 törlés
  1. 0 16
      src/twig/twig.test.ts

+ 0 - 16
src/twig/twig.test.ts

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