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..028f8aa0d1 --- /dev/null +++ b/tests/template/templates/variable_spacing.html @@ -0,0 +1,6 @@ +|{VARIABLE}| +{VARIABLE}|{VARIABLE}| + +|{VARIABLE} + +<div class="{VARIABLE}">test</div> |