| 11996 | addPattern<TestSpec::TagPattern>(); |
| 11997 | } |
| 11998 | void TestSpecParser::startNewMode( Mode mode, std::size_t start ) { |
| 11999 | m_mode = mode; |
| 12000 | m_start = start; |
| 12001 | } |
| 12002 | void TestSpecParser::escape() { |
| 12003 | if( m_mode == None ) |
| 12004 | m_start = m_pos; |
nothing calls this directly
no outgoing calls
no test coverage detected