✅ added Big List of Naughty Strings
This commit is contained in:
parent
a9b4cb8bf8
commit
a7f3938391
3 changed files with 529 additions and 0 deletions
|
@ -815,3 +815,14 @@ TEST_CASE("nst's JSONTestSuite")
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE("Big List of Naughty Strings")
|
||||
{
|
||||
// test from https://github.com/minimaxir/big-list-of-naughty-strings
|
||||
SECTION("blns.json")
|
||||
{
|
||||
std::ifstream f("test/data/big-list-of-naughty-strings/blns.json");
|
||||
json j;
|
||||
CHECK_NOTHROW(j << f);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue