| Index: lib/src/prism/tests/languages/twig+jade/twig_inclusion.test
|
| diff --git a/lib/src/prism/tests/languages/twig+jade/twig_inclusion.test b/lib/src/prism/tests/languages/twig+jade/twig_inclusion.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..90f32d1452f998e554515a987898b3fcd06064be
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/twig+jade/twig_inclusion.test
|
| @@ -0,0 +1,19 @@
|
| +:atpl
|
| + {{42}}
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["filter-atpl", [
|
| + ["filter-name", ":atpl"],
|
| + ["tag", [
|
| + ["ld", [["punctuation", "{{"]]],
|
| + ["number", "42"],
|
| + ["rd", [["punctuation", "}}"]]]
|
| + ]]
|
| + ]]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for atpl filter (Twig) in Jade.
|
|
|