I managed to get my expected Output although the test doesn’t think so and I can’t find the difference in my error against the tester error
remote: [compile] Moved ./.codecrafters/run.sh → ./your_program.sh
remote: [compile] Compilation successful.
remote:
remote: Debug = true
remote:
remote: [tester::#EA6] Running tests for Stage #EA6 (Scanning: Lexical errors)
remote: [tester::#EA6] [test-1] Running test case: 1
remote: [tester::#EA6] [test-1] Writing contents to ./test.lox:
remote: [tester::#EA6] [test-1] [test.lox] @
remote: [tester::#EA6] [test-1] $ ./your_program.sh tokenize test.lox
remote: [your_program] [line 1] Error: Unexpected character: @
remote: [tester::#EA6] [test-1] ? [line 1] Error: Unexpected character: @
remote: [tester::#EA6] [test-1] Skipped 1 lines that didn't start with [line N]
remote: [tester::#EA6] [test-1] Expected line #1 on stderr to be "[line 1] Error: Unexpected character: @", but didn't find line
remote: [tester::#EA6] [test-1] Test failed
Can someone help me please?