| 5234 | void addTagPattern(); |
| 5235 | |
| 5236 | inline void addCharToPattern(char c) { |
| 5237 | m_substring += c; |
| 5238 | m_patternName += c; |
| 5239 | m_realPatternPos++; |
| 5240 | } |
| 5241 | |
| 5242 | }; |
| 5243 | TestSpec parseTestSpec( std::string const& arg ); |
nothing calls this directly
no outgoing calls
no test coverage detected