11 lines
96 B
Plaintext
11 lines
96 B
Plaintext
--TEST--
|
|
logical operators folding
|
|
--INPUT--
|
|
foo OR zap AND bar
|
|
--EXPECTED--
|
|
n foo
|
|
& OR
|
|
n bar
|
|
|
|
|