summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok')
-rwxr-xr-xtestsuite/parseok/fourteen.stp11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/parseok/fourteen.stp b/testsuite/parseok/fourteen.stp
index cc51b90b..30ada648 100755
--- a/testsuite/parseok/fourteen.stp
+++ b/testsuite/parseok/fourteen.stp
@@ -15,3 +15,14 @@ global
%: %( arch != "x86_64" %? other %: x86_64 %)
%)
%)
+
+global
+%( $# != 2 %? /* and */
+ %( @# < "1" %? /* and */
+ %( @# == "0" %? /* and */
+ %( $# >= 3 %? /* and */
+ %( $2 >= "12" %? $3 FAIL5 %: $2 FAIL6 %) #This line must not be evaluated
+ %: PASS2 %)
+ %: "FAIL7" %)
+ %: "FAIL8" %)
+%: "FAIL9" %)