From f230c78926a63407f96ddb0ab83d6817d293649b Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 9 Oct 2019 11:47:07 +0200 Subject: Reformat test for better readability --- testing/templates/rust-macro-args.html | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'testing') 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!) }} -- cgit