test suite updates for &/| pattern operators

This commit is contained in:
Vern Paxson 2018-06-22 15:29:10 -07:00
parent f340707e2c
commit 762048cb41
2 changed files with 8 additions and 0 deletions

View file

@ -6,3 +6,7 @@ inequality operator (order of operands) (PASS)
in operator (PASS)
in operator (PASS)
!in operator (PASS)
& operator (PASS)
& operator (FAIL)
| operator (PASS)
| operator (FAIL)