added ?T option to run-tests.sh
added ?T option to run-tests.sh to ignore ansi styling mismatch errors and recaptured the outputs. Fixing https://github.com/chubin/cheat.sh/issues/345
We will need test for highlighting, but that could be another issue to keep this minimal.
Looks good, but tests are failing. Probably escaping got wrong at some point so the server returns StackOverflow answers instead of stored data.
I've fixed the escaping. Now it may show one unrelated test failing in both modes, which looks like a different issue. And there is one more unrelated test failing in standalone mode.
Added #352 for failing test.
I would actually get rid of eval logic, because I don't really get what it does. But it doesn't seem relevant to this PR.
Need @chubin feedback on the whole idea of suppressing colors in tests.
@chubin what do you think about suppressing colors in tests? Feel free to point out an alternative approach if you don't feel like this is the right way to do it. Thanks!