| 14663 | } |
| 14664 | |
| 14665 | std::string WildcardPattern::adjustCase( std::string const& str ) const { |
| 14666 | return m_caseSensitivity == CaseSensitive::No ? toLower( str ) : str; |
| 14667 | } |
| 14668 | } |
| 14669 | // end catch_wildcard_pattern.cpp |
| 14670 | // start catch_xmlwriter.cpp |