1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[feature/twig] Correct includejs test

PHPBB3-11598
This commit is contained in:
Nathaniel Guse
2013-06-24 22:40:17 -05:00
parent 3ca99f8122
commit 8bda356dab
2 changed files with 13 additions and 14 deletions

View File

@@ -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}