Files
Twig/tests/Fixtures/escape_characters.test
2024-08-21 19:42:26 +02:00

15 lines
187 B
Plaintext

--TEST--
Exception with bad line number
--TEMPLATE--
{{ 'Foo\Bar' }}
{{ 'Foo\\Bar' }}
{{ 'Foo\\\Bar' }}
{{ 'Foo\\\\Bar' }}
--DATA--
return []
--EXPECT--
Foo\Bar
Foo\Bar
Foo\\Bar
Foo\\Bar