| 1127 | return endsWith( m_data.adjustString( expr ), m_data.m_str ); |
| 1128 | } |
| 1129 | virtual std::string toString() const { |
| 1130 | return "ends with: \"" + m_data.m_str + "\"" + m_data.toStringSuffix(); |
| 1131 | } |
| 1132 | |
| 1133 | CasedString m_data; |
| 1134 | }; |
nothing calls this directly
no test coverage detected