| 10956 | } |
| 10957 | |
| 10958 | std::string WildcardPattern::adjustCase( std::string const& str ) const { |
| 10959 | return m_caseSensitivity == CaseSensitive::No ? toLower( str ) : str; |
| 10960 | } |
| 10961 | } |
| 10962 | // end catch_wildcard_pattern.cpp |
| 10963 | // start catch_xmlwriter.cpp |