Add more unit tests for StringExtractor hex/endian functions.
authorZachary Turner <zturner@google.com>
Wed, 31 Aug 2016 15:50:50 +0000 (15:50 +0000)
committerZachary Turner <zturner@google.com>
Wed, 31 Aug 2016 15:50:50 +0000 (15:50 +0000)
commit9099901099fe65df184c5ff9cb4d08cfc4fd5eea
tree7507610dc10a4d9e81b6eeecc701f08620f0d93f
parente5d3ca50318f2449a5dc9820a1012903ffb03824
Add more unit tests for StringExtractor hex/endian functions.

There were a few corner cases that weren't tested for dealing with
extraction of an odd number of nibbles.  Add tests for those here.

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