aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2019-10-09 11:47:07 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2019-10-09 11:47:07 +0200
commitf230c78926a63407f96ddb0ab83d6817d293649b (patch)
tree9fdd35a01c7d302f23c2710f3e9bb3d09f680409 /testing
parent8c56de1e698253662ec3e9efeb5e20fc88eea0e9 (diff)
downloadaskama-f230c78926a63407f96ddb0ab83d6817d293649b.tar.gz
askama-f230c78926a63407f96ddb0ab83d6817d293649b.tar.bz2
askama-f230c78926a63407f96ddb0ab83d6817d293649b.zip
Reformat test for better readability
Diffstat (limited to 'testing')
-rw-r--r--testing/templates/rust-macro-args.html18
1 files changed, 3 insertions, 15 deletions
diff --git a/testing/templates/rust-macro-args.html b/testing/templates/rust-macro-args.html
index 5e84852..9dca314 100644
--- a/testing/templates/rust-macro-args.html
+++ b/testing/templates/rust-macro-args.html
@@ -1,15 +1,3 @@
-{{
- call_a_or_b_on_tail!(
- (a: compute_len, b: zero), call b: only the terminal rules care.
- )
-}}
-{{
- call_a_or_b_on_tail!(
- (a: compute_len, b: zero), call a: some ninety one!
- )
-}}
-{{
- call_a_or_b_on_tail!(
- (a: compute_len, b: zero), call a: some ninety "(\"()"nine!
- )
-}}
+{{ call_a_or_b_on_tail!((a: compute_len, b: zero), call b: only the terminal rules care.) }}
+{{ call_a_or_b_on_tail!((a: compute_len, b: zero), call a: some ninety one!) }}
+{{ call_a_or_b_on_tail!((a: compute_len, b: zero), call a: some ninety "(\"()"nine!) }}