From aa270ad5b7fd62d8ae765d6ff58ca7ad527a00ea Mon Sep 17 00:00:00 2001 From: Antonio Cervone Date: Tue, 1 Dec 2015 11:00:58 +0100 Subject: [PATCH] fix test where the trailing / was not reached due to a previous error --- test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.cpp b/test.cpp index 7d77aa3..7e7d0e3 100644 --- a/test.cpp +++ b/test.cpp @@ -106,7 +106,7 @@ int main(int argc, char **argv) { } failing_comment_test = R"({ - "a": 1, + "a": 1 }/)"; json_failing_comment = Json::parse(