From f426d34569a46353f23973f4b80b7995219dd810 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 12 Oct 2017 16:51:50 +0200 Subject: tests: add tests for percent rules --- tests | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/tests b/tests index 6972417..86df4d4 100755 --- a/tests +++ b/tests @@ -1,5 +1,5 @@ #!/bin/sh -printf '1..47\n' +printf '1..60\n' set -e @@ -277,3 +277,84 @@ check_output 'argslen check' 'bloat | xe -N0 -s "echo \$#"' <