MCPcopy Create free account
hub / github.com/apache/arrow / AssertInvalidASCII

Function AssertInvalidASCII

cpp/src/arrow/util/utf8_util_test.cc:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void AssertInvalidASCII(const std::string& s) {
166 ASSERT_TRUE(IsInvalidASCII(s));
167 ValidateWithPrefixes(IsInvalidASCII, s);
168}
169
170TEST_F(ASCIIValidationTest, AsciiValid) {
171 for (const auto& s : valid_sequences_ascii) {

Callers 1

TEST_FFunction · 0.85

Calls 2

IsInvalidASCIIFunction · 0.85
ValidateWithPrefixesFunction · 0.85

Tested by

no test coverage detected