aboutsummaryrefslogtreecommitdiff
path: root/lib/mstch/test/data/partial_whitespace.partial
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mstch/test/data/partial_whitespace.partial')
-rw-r--r--lib/mstch/test/data/partial_whitespace.partial5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mstch/test/data/partial_whitespace.partial b/lib/mstch/test/data/partial_whitespace.partial
new file mode 100644
index 0000000..30de8f6
--- /dev/null
+++ b/lib/mstch/test/data/partial_whitespace.partial
@@ -0,0 +1,5 @@
+Hello {{ name}}
+You have just won ${{value }}!
+{{# in_ca }}
+Well, ${{ taxed_value }}, after taxes.
+{{/ in_ca }} \ No newline at end of file