| 5241 | void addTagPattern(); |
| 5242 | |
| 5243 | inline void addCharToPattern(char c) { |
| 5244 | m_substring += c; |
| 5245 | m_patternName += c; |
| 5246 | m_realPatternPos++; |
| 5247 | } |
| 5248 | |
| 5249 | }; |
| 5250 | TestSpec parseTestSpec( std::string const& arg ); |
nothing calls this directly
no outgoing calls
no test coverage detected