diff options
Diffstat (limited to 'tests/template/templates/includejs.html')
-rw-r--r-- | tests/template/templates/includejs.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/template/templates/includejs.html b/tests/template/templates/includejs.html new file mode 100644 index 0000000000..ef73700eeb --- /dev/null +++ b/tests/template/templates/includejs.html @@ -0,0 +1,8 @@ +<!-- 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} --> +{SCRIPTS} |