summaryrefslogtreecommitdiffstats
path: root/libtests/json.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/json.cc')
-rw-r--r--libtests/json.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libtests/json.cc b/libtests/json.cc
index 754c2b3e..c37af0e8 100644
--- a/libtests/json.cc
+++ b/libtests/json.cc
@@ -29,6 +29,7 @@ static void test_main()
assert(jstr2.getString(value));
assert(value == "a\tb");
assert(! jstr2.getNumber(value));
+ /* cSpell: ignore jbool xavalue dvalue xdvalue */
JSON jint = JSON::makeInt(16059);
JSON jdouble = JSON::makeReal(3.14159);
JSON jexp = JSON::makeNumber("2.1e5");
@@ -128,6 +129,7 @@ static void check_schema(JSON& obj, JSON& schema, unsigned long flags,
static void test_schema()
{
+ /* cSpell: ignore ptional ebra */
JSON schema = JSON::parse(R"(
{
"one": {