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

Method endMode

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

Source from the content-addressed store, hash-verified

14504 m_mode = mode;
14505 }
14506 void TestSpecParser::endMode() {
14507 switch( m_mode ) {
14508 case Name:
14509 case QuotedName:
14510 return addNamePattern();
14511 case Tag:
14512 return addTagPattern();
14513 case EscapedName:
14514 revertBackToLastMode();
14515 return;
14516 case None:
14517 default:
14518 return startNewMode( None );
14519 }
14520 }
14521 void TestSpecParser::escape() {
14522 saveLastMode();
14523 m_mode = EscapedName;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected