cleanup
This commit is contained in:
parent
b76f5506d7
commit
01386b3977
3 changed files with 127 additions and 109 deletions
|
@ -784,7 +784,7 @@ TEST_CASE("parser class")
|
|||
|
||||
SECTION("from std::valarray")
|
||||
{
|
||||
std::valarray<uint8_t> v = {'t', 'r', 'u', 'e'};
|
||||
std::valarray<uint8_t> v = {'t', 'r', 'u', 'e', '\0'};
|
||||
CHECK (json::parser(std::begin(v), std::end(v)).parse() == json(true));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue