diff options
Diffstat (limited to 'testing/templates/rust-macro-args.html')
-rw-r--r-- | testing/templates/rust-macro-args.html | 18 |
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!) }} |