diff options
Diffstat (limited to 'tests/template')
-rw-r--r-- | tests/template/templates/includejs.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/template/templates/includejs.html b/tests/template/templates/includejs.html index eca6e90637..ef73700eeb 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} |