Checklist:
: I’ve uncommented the code.
: I’ve saved the changes.
: I’ve run the git commands:
git commit -am "[seeking help on forum]"
git push origin master
Here’s a screenshot showing the output from running the Git commands:
[compile] Moved ./.codecrafters/run.sh → ./your_program.sh
[compile] Compilation successful.
Debug = true
[tester::#RY8] Running tests for Stage #RY8 (Scanning: Empty file)
[tester::#RY8] Writing contents to ./test.lox:
[tester::#RY8] [test-.lox]
[tester::#RY8] $ ./your_program.sh tokenize test.lox
[tester::#RY8] 𐄂
[tester::#RY8] Expected line #1 on stdout to be “EOF null”, got “”
[tester::#RY8] Test failed
[Share other details here]