diff options
Diffstat (limited to 'tests/template/templates/variable_spacing.html')
-rw-r--r-- | tests/template/templates/variable_spacing.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/template/templates/variable_spacing.html b/tests/template/templates/variable_spacing.html new file mode 100644 index 0000000000..2909e1c136 --- /dev/null +++ b/tests/template/templates/variable_spacing.html @@ -0,0 +1,6 @@ +|{VARIABLE}| +{VARIABLE}|{VARIABLE}| + +|{VARIABLE} + +<div class="{VARIABLE}">test</div>
\ No newline at end of file |