From 47c093c48b7ac3eb97c33b8edfafdf89685cffc7 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 21 May 2022 07:41:09 -0400 Subject: Replace std::regex with validators for better performance --- libtests/json.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libtests') diff --git a/libtests/json.cc b/libtests/json.cc index 46b4377d..15618572 100644 --- a/libtests/json.cc +++ b/libtests/json.cc @@ -3,6 +3,7 @@ #include #include #include +#include #include static void @@ -271,6 +272,7 @@ main() { test_main(); test_schema(); + assert(QPDF::test_json_validators()); std::cout << "end of json tests\n"; return 0; -- cgit v1.2.3-54-g00ecf