aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/precedence.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/templates/precedence.html')
-rw-r--r--testing/templates/precedence.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/templates/precedence.html b/testing/templates/precedence.html
new file mode 100644
index 0000000..e5d12dd
--- /dev/null
+++ b/testing/templates/precedence.html
@@ -0,0 +1,7 @@
+{{ 3 * 4 / 2 -}}
+{{ 26 / 2 % 7 -}}
+{{ 3 % 2 * 6 -}}
+{{ 1 * 2 + 4 -}}
+{{ 11 - 15 / 3 -}}
+{{ 4 + 5 % 3 -}}
+{{ 4 | 2 + 5 & 2 -}}