Add some unit tests for StringExtractor::GetNameColonValue.
authorZachary Turner <zturner@google.com>
Sat, 27 Aug 2016 16:35:15 +0000 (16:35 +0000)
committerZachary Turner <zturner@google.com>
Sat, 27 Aug 2016 16:35:15 +0000 (16:35 +0000)
commit05c4ceba3df607436d3952c2aa3a25be8f0064d8
tree2bf534bdcfcbb7436af1fd6d6fdc4989684fd3df
parent0b2628df1a6fd9177b6e5b7c949c1c76ebb203d6
Add some unit tests for StringExtractor::GetNameColonValue.

These are helpful on their own, but will be even more useful
once the GetNameColonValue is updated to return StringRefs
instead of std::strings.

llvm-svn: 279919
lldb/unittests/Utility/StringExtractorTest.cpp