| 135 | } |
| 136 | |
| 137 | void TestParseBytes(const std::string& orig) { |
| 138 | EXPECT_OK(ParseBytesLiteral(orig)) << orig; |
| 139 | } |
| 140 | |
| 141 | void TestStringEscaping(const std::string& orig) { |
| 142 | const std::string escaped = EscapeString(orig); |
no test coverage detected