|
| 1 | +[33m[stage-11] [0m[94mRunning tests for Stage #11: tz7[0m |
| 2 | +[33m[stage-11] [test-1] [0m[94mRunning test case: 1[0m |
| 3 | +[33m[stage-11] [test-1] [0m[94mWriting contents to ./test.lox:[0m |
| 4 | +[33m[stage-11] [test-1] [0m[33m[test.lox][0m ()<|SPACE|><|TAB|>@ |
| 5 | +[33m[stage-11] [test-1] [0m[94m$ ./your_program.sh tokenize test.lox[0m |
| 6 | +[33m[your_program] [0mLEFT_PAREN ( null |
| 7 | +[33m[your_program] [0mRIGHT_PAREN ) null |
| 8 | +[33m[your_program] [0mEOF null |
| 9 | +[33m[your_program] [0mThis line will be skipped in stderr |
| 10 | +[33m[your_program] [0m[line 2] Error: Unexpected character: @ |
| 11 | +[33m[stage-11] [test-1] [0m[92m✓ 1 line(s) match on stderr[0m |
| 12 | +[33m[stage-11] [test-1] [0m[92m✓ 3 line(s) match on stdout[0m |
| 13 | +[33m[stage-11] [test-1] [0m[92m✓ Received exit code 65.[0m |
| 14 | +[33m[stage-11] [test-2] [0m[94mRunning test case: 2[0m |
| 15 | +[33m[stage-11] [test-2] [0m[94mWriting contents to ./test.lox:[0m |
| 16 | +[33m[stage-11] [test-2] [0m[33m[test.lox][0m @# |
| 17 | +[33m[stage-11] [test-2] [0m[33m[test.lox][0m <|SPACE|> |
| 18 | +[33m[stage-11] [test-2] [0m[94m$ ./your_program.sh tokenize test.lox[0m |
| 19 | +[33m[your_program] [0mEOF null |
| 20 | +[33m[your_program] [0mThis line will be skipped in stderr |
| 21 | +[33m[your_program] [0m[line 1] Error: Unexpected character: @ |
| 22 | +[33m[your_program] [0mThis line will be skipped in stderr |
| 23 | +[33m[your_program] [0m[line 1] eRrRr: Unexpected character: # |
| 24 | +[33m[stage-11] [test-2] [0m[92m✓ [line 1] Error: Unexpected character: @[0m |
| 25 | +[33m[stage-11] [test-2] [0m[91m[0m |
| 26 | +[33m[stage-11] [test-2] [0m[91m[stderr] Mismatch on line #2 of stderr:[0m |
| 27 | +[33m[stage-11] [test-2] [0m[91m[stderr] Expected: "[line 1] Error: Unexpected character: #"[0m |
| 28 | +[33m[stage-11] [test-2] [0m[91m[stderr] Actual : "[line 1] eRrRr: Unexpected character: #"[0m |
| 29 | +[33m[stage-11] [test-2] [0m[91m [0m |
| 30 | +[33m[stage-11] [test-2] [0m[91mTest failed (try setting 'debug: true' in your codecrafters.yml to see more details)[0m |
0 commit comments