Lines Matching refs:runtest
21 function runtest { function
54 runtest "3p" "c"
55 runtest "\$p" "j"
56 runtest "7,\$p" "g h a j"
57 runtest "/d/p" "d"
58 runtest "/a/p" "a a"
61 runtest "5,7p" "e f g"
62 runtest "5,4p" "e"
63 runtest "/a/,4p" "a b c d a"
64 runtest "0,/b/p" ""
65 runtest "4,/a/p" "d e f g h a"
66 runtest "/d/,/g/p" "d e f g"
69 runtest "3,+0p" "c"
70 runtest "3,+1p" "c d"
71 runtest "5,+3p" "e f g h"
72 runtest "6,+3p" "f g h a"
73 runtest "7,+3p" "g h a j"
74 runtest "8,+3p" "h a j"
75 runtest "/a/,+1p" "a b a j"
76 runtest "/a/,+8p" "a b c d e f g h a"
77 runtest "/a/,+9p" "a b c d e f g h a j"
80 runtest "4,7!p" "a b c h a j"
81 runtest "6,+3!p" "a b c d e j"
82 runtest "7,+3!p" "a b c d e f"
83 runtest "8,+3!p" "a b c d e f g"
86 runtest "4,7 { /e/b
89 runtest "4,+3 { /e/b
94 cat $input2 $input2 | runtest "\$p" "z" " "
108 runtest "\$p" "z" "$fileset"
109 runtest "3p" "c" "$fileset"
110 runtest "13p" "o" "$fileset"