Add a few more unit tests for StringExtractor.
authorZachary Turner <zturner@google.com>
Tue, 30 Aug 2016 18:12:18 +0000 (18:12 +0000)
committerZachary Turner <zturner@google.com>
Tue, 30 Aug 2016 18:12:18 +0000 (18:12 +0000)
commiteb666b7ac54ac3df38b69ee2b281970390603173
treee03692175263e97d297496b29e41424fa2294752
parentd08f09c1130acc528cf5f417bcf9f9de4dd4b27d
Add a few more unit tests for StringExtractor.

This is a NFC that adds more unit test coverage of the GetHex***
functions as well as the functions to extract numbers with a
specific endianness.

llvm-svn: 280124
lldb/include/lldb/Utility/StringExtractor.h
lldb/unittests/Utility/StringExtractorTest.cpp