diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-04-25 14:15:04 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-04-25 15:26:59 -0500 |
commit | ab87fe7982b185e9c08a3fd7248214004b23a58b (patch) | |
tree | 32ca6aab5e5c7021711b9fb56a67361757460677 /tests/template/datasets | |
parent | 6801e36defcd9628a7feeebd01c6f34366b70542 (diff) | |
download | forums-ab87fe7982b185e9c08a3fd7248214004b23a58b.tar forums-ab87fe7982b185e9c08a3fd7248214004b23a58b.tar.gz forums-ab87fe7982b185e9c08a3fd7248214004b23a58b.tar.bz2 forums-ab87fe7982b185e9c08a3fd7248214004b23a58b.tar.xz forums-ab87fe7982b185e9c08a3fd7248214004b23a58b.zip |
[ticket/11435] Create test to make sure template/event output is equal
PHPBB3-11435
Diffstat (limited to 'tests/template/datasets')
-rw-r--r-- | tests/template/datasets/ext_trivial/ext/trivial/styles/all/template/variable_spacing.html | 6 | ||||
-rw-r--r-- | tests/template/datasets/ext_trivial/styles/silver/template/variable_spacing.html | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/template/datasets/ext_trivial/ext/trivial/styles/all/template/variable_spacing.html b/tests/template/datasets/ext_trivial/ext/trivial/styles/all/template/variable_spacing.html new file mode 100644 index 0000000000..2909e1c136 --- /dev/null +++ b/tests/template/datasets/ext_trivial/ext/trivial/styles/all/template/variable_spacing.html @@ -0,0 +1,6 @@ +|{VARIABLE}| +{VARIABLE}|{VARIABLE}| + +|{VARIABLE} + +<div class="{VARIABLE}">test</div>
\ No newline at end of file diff --git a/tests/template/datasets/ext_trivial/styles/silver/template/variable_spacing.html b/tests/template/datasets/ext_trivial/styles/silver/template/variable_spacing.html new file mode 100644 index 0000000000..c11ae9cb40 --- /dev/null +++ b/tests/template/datasets/ext_trivial/styles/silver/template/variable_spacing.html @@ -0,0 +1 @@ +<!-- EVENT variable_spacing -->
\ No newline at end of file |