| 10493 | addPattern<TestSpec::TagPattern>(); |
| 10494 | } |
| 10495 | void TestSpecParser::startNewMode( Mode mode, std::size_t start ) { |
| 10496 | m_mode = mode; |
| 10497 | m_start = start; |
| 10498 | } |
| 10499 | void TestSpecParser::escape() { |
| 10500 | if( m_mode == None ) |
| 10501 | m_start = m_pos; |
nothing calls this directly
no outgoing calls
no test coverage detected