MCPcopy Create free account
hub / github.com/Profactor/cv-plot / processNameChar

Method processNameChar

CvPlot/ext/catch2/inc/catch.hpp:14487–14495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14485 }
14486 }
14487 void TestSpecParser::processNameChar( char c ) {
14488 if( c == '[' ) {
14489 if( m_substring == "exclude:" )
14490 m_exclusion = true;
14491 else
14492 endMode();
14493 startNewMode( Tag );
14494 }
14495 }
14496 bool TestSpecParser::processOtherChar( char c ) {
14497 if( !isControlChar( c ) )
14498 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected