I’m stuck on Stage #MP7
It works right locally.
Here are my logs:
remote: [tester::#MP7] Running tests for Stage #MP7 (Scanning: Assignment & equality Operators)
remote: [tester::#MP7] [test-1] Running test case: 1
remote: [tester::#MP7] [test-1] Writing contents to ./test.lox:
remote: [tester::#MP7] [test-1.lox] =
remote: [tester::#MP7] [test-1] $ ./your_program.sh tokenize test.lox
remote: [your_program] Compiled in 0.03s
remote: [your_program] Running main.main
remote: [your_program] EOF null
remote: [tester::#MP7] [test-1] 𐄂 EOF null
remote: [tester::#MP7] [test-1] Expected line #1 on stdout to be "EQUAL = null", got "EOF null"
remote: [tester::#MP7] [test-1] Test failed
I checked other discussions for this stage but didn’t see anything that helped.