MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / testIndent

Method testIndent

tests/test_format.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 void testIndent() {
86 QCOMPARE(fmt::indent(0), QString(""));
87 QCOMPARE(fmt::indent(1), QString(" "));
88 QCOMPARE(fmt::indent(3), QString(" "));
89 }
90
91 void testParseValueInt32() {
92 bool ok;

Callers

nothing calls this directly

Calls 1

indentFunction · 0.85

Tested by

no test coverage detected