| 5182 | void addTagPattern(); |
| 5183 | |
| 5184 | inline void addCharToPattern(char c) { |
| 5185 | m_substring += c; |
| 5186 | m_patternName += c; |
| 5187 | m_realPatternPos++; |
| 5188 | } |
| 5189 | |
| 5190 | }; |
| 5191 | TestSpec parseTestSpec( std::string const& arg ); |
nothing calls this directly
no outgoing calls
no test coverage detected