[all-commits] [llvm/llvm-project] db7658: [StringRef] Test all default characters in unit test
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Dec 11 10:46:12 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: db76588964ee255da1f32b06565a2cd899a82947
https://github.com/llvm/llvm-project/commit/db76588964ee255da1f32b06565a2cd899a82947
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-12-11 (Wed, 11 Dec 2019)
Changed paths:
M llvm/unittests/ADT/StringRefTest.cpp
Log Message:
-----------
[StringRef] Test all default characters in unit test
The default characters for trim, ltrim and rtrim are " \t\n\v\f\r" but
only spaces were tested. Test that the others are trimmed as well.
More information about the All-commits
mailing list