Skip to content

Commit

Permalink
Test combination of prefixes [%@
Browse files Browse the repository at this point in the history
  • Loading branch information
BartJongejan committed Apr 1, 2016
1 parent ff46f85 commit 8a0478d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion valid.bra
Expand Up @@ -5806,7 +5806,7 @@ string line 2\"
( (no=~ a)
& !no:?x a
& ~!x
& "Succeeds, because expression bound to x is negated and becomes successfull"
& "Succeeds, because expression bound to x is negated and becomes successful"
| Out$905
)
( !tnjgkff
Expand All @@ -5817,6 +5817,12 @@ string line 2\"
& "Succeeds, no expression bound to tnjgkff. ~ turns that absence into success."
| Out$907
)
( @(abcdex:?h1 [%@(ascbdex:?h2 !sjt))
& !h1:abc
& !h2:ascb
& (!sjt&Out$908|)
| Out$909
)
& out
$ ( str
$ ( "Done. "
Expand Down

0 comments on commit 8a0478d

Please sign in to comment.