MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / TEST

Function TEST

src/cpp/test/encoding_test.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7using namespace std;
8
9TEST(EscapeSymbols)
10{
11 string_view strIn = "\\\\ ''"sv;
12 auto str = webifc::parsing::p21decode(strIn);
13 ASSERT_EQ(str, "\\ '");
14}
15
16TEST(EscapeXTest)
17{

Callers

nothing calls this directly

Calls 1

p21decodeFunction · 0.85

Tested by

no test coverage detected