4 lines
303 B
Plaintext
4 lines
303 B
Plaintext
# This is the solution file for test_cases/q1/correctSentence3.test.
|
|
# The result of evaluating the test must equal the below when cast to a string.
|
|
result: "((PacmanAlive_1 <=> ((PacmanAlive_0 & ~PacmanKilled_0) | (~PacmanAlive_0 & PacmanBorn_0))) & ~(PacmanAlive_0 & PacmanBorn_0) & PacmanBorn_0)"
|