diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_template.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_template.c b/tests/test_template.c index 9e23ca2..cb23dbf 100644 --- a/tests/test_template.c +++ b/tests/test_template.c @@ -67,6 +67,7 @@ TEST(expr_add) { {"{{ 5 + foo }}.", "15."}, {"{{ \"foo\" + \"bar\" }}", "foobar"}, {"{{ \"Hello \" + name }}", "Hello Danny"}, + {"{{ 5 + 5 + 5 }}.", "15."}, {"{{5+5}}", "10"}, {"{{ 5+5}}", "10"}, {"{{ 5 +5}}", "10"}, |