| 145 | } |
| 146 | |
| 147 | void TestValue(const std::string& orig) { |
| 148 | TestStringEscaping(orig); |
| 149 | TestString(orig); |
| 150 | } |
| 151 | |
| 152 | // Test that <str> is treated as invalid, with error offset |
| 153 | // <expected_error_offset> and an error that contains substring |
no test coverage detected