summaryrefslogtreecommitdiff
path: root/test/regress/1106.test
Commit message (Collapse)AuthorAgeFilesLines
* [fix] Make trim function trim trailing whitespaceAlexis Hildebrandt2015-01-201-0/+11
std::isspace(*e) returns false for the end of c-string null-byte. Bugzilla: 1106