Dushistov / sdcv

https://dushistov.github.io/sdcv/
GNU General Public License v2.0
294 stars 42 forks source link

Problems running t_json #33

Closed nijel closed 6 years ago

nijel commented 6 years ago

The t_json test fails on Debian:

$ ctest  --output-on-failure -R t_json
Test project /home/nijel/work/debian/sdcv/build
    Start 5: t_json
1/1 Test #5: t_json ...........................***Failed    0.01 sec
/home/nijel/work/debian/sdcv/tests/t_json: 15: [: missing ]
parse error: Invalid string: control characters from U+0000 through U+001F must be escaped at line 2, column 15

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.01 sec

The following tests FAILED:
      5 - t_json (Failed)
Errors while running CTest