aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/includejs.html
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-06-24 22:40:17 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-06-24 22:40:17 -0500
commit8bda356dabae89b8dff62796a6bf6e9b57cd85c1 (patch)
treecf8160acf0805d14de568df7d125e93813002580 /tests/template/templates/includejs.html
parent3ca99f8122c149a66f59dbf3c9884c095db7ad3c (diff)
downloadforums-8bda356dabae89b8dff62796a6bf6e9b57cd85c1.tar
forums-8bda356dabae89b8dff62796a6bf6e9b57cd85c1.tar.gz
forums-8bda356dabae89b8dff62796a6bf6e9b57cd85c1.tar.bz2
forums-8bda356dabae89b8dff62796a6bf6e9b57cd85c1.tar.xz
forums-8bda356dabae89b8dff62796a6bf6e9b57cd85c1.zip
[feature/twig] Correct includejs test
PHPBB3-11598
Diffstat (limited to 'tests/template/templates/includejs.html')
-rw-r--r--tests/template/templates/includejs.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/template/templates/includejs.html b/tests/template/templates/includejs.html
index ef73700eeb..eca6e90637 100644
--- a/tests/template/templates/includejs.html
+++ b/tests/template/templates/includejs.html
@@ -1,8 +1,8 @@
-<!-- INCLUDEJS parent_and_child.js -->
-<!-- INCLUDEJS {PARENT} -->
+<!-- INCLUDEJS 'parent_and_child.js' -->
+<!-- INCLUDEJS PARENT -->
<!-- DEFINE $TEST = 'child_only.js' -->
-<!-- INCLUDEJS {$TEST} -->
-<!-- INCLUDEJS subdir/{PARENT} -->
-<!-- INCLUDEJS {SUBDIR}/subsubdir/{PARENT} -->
-<!-- INCLUDEJS {SUBDIR}/parent_only.{EXT} -->
+<!-- INCLUDEJS TEST -->
+<!-- INCLUDEJS 'subdir/' ~ PARENT -->
+<!-- INCLUDEJS SUBDIR ~ '/subsubdir/' ~ PARENT -->
+<!-- INCLUDEJS SUBDIR ~ '/parent_only.' ~ EXT -->
{SCRIPTS}