MCPcopy Create free account
hub / github.com/ddnet/ddnet / TEST

Function TEST

src/test/linereader_test.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50TEST(LineReader, NormalNewline)
51{
52 TestFileLineReader("foo\nbar\nbaz", {"foo", "bar", "baz"});
53 TestFileLineReader("foo\nbar\nbaz\n", {"foo", "bar", "baz"});
54}
55
56TEST(LineReader, CRLFNewline)
57{

Callers

nothing calls this directly

Calls 2

TestFileLineReaderFunction · 0.85
TestFileLineReaderRawFunction · 0.85

Tested by

no test coverage detected