| 12744 | } |
| 12745 | |
| 12746 | std::string WildcardPattern::adjustCase( std::string const& str ) const { |
| 12747 | return m_caseSensitivity == CaseSensitive::No ? toLower( str ) : str; |
| 12748 | } |
| 12749 | } |
| 12750 | // end catch_wildcard_pattern.cpp |
| 12751 | // start catch_xmlwriter.cpp |