Test output contains literal backlash-n sequences

Issue #24 resolved
Botond Ballo repo owner created an issue

Quoting the test output:

$ make test
mkdir -p test/bin
mkdir -p test/actual
cd test && ./sanity-test.sh
Could not determine terminal size. Defaulting to 80 char width output.
Could not determine terminal size. Defaulting to 80 char width output.
Could not determine terminal size. Defaulting to 80 char width output.
Could not determine terminal size. Defaulting to 80 char width output.
Invalid execution data: execution data points to line outside of function.
\n\nRunning tests...\n
Testing basic.cpp:
      ......Test passed!\n
Testing spaghetti.cpp:
      ......Test passed!\n
Testing empty.cpp:
      ......Test passed!\n
Testing too_many_loops.cpp:
      ......Test passed!\n
Tests complete.
      ......SUCCESS. All 4 tests passed.

Derek, I'll leave this for you to fix as an exerise :) (At your leisure, this doesn't need to block the release.)

Comments (1)

  1. Log in to comment