From 13255889820dbd56f1574d9730465ca834c22bd2 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Mon, 19 Jun 2017 15:13:24 -0700 Subject: Updated upb to fix JSON conformance issues. (#3206) * Fixed a bunch of Ruby conformance errors. * Fixed some more Ruby conformance errors in JSON. --- conformance/conformance_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conformance/conformance_test.cc') diff --git a/conformance/conformance_test.cc b/conformance/conformance_test.cc index a899435d..67c90397 100644 --- a/conformance/conformance_test.cc +++ b/conformance/conformance_test.cc @@ -1233,7 +1233,7 @@ bool ConformanceTestSuite::RunSuite(ConformanceTestRunner* runner, "Int32FieldNegativeWithLeadingZero", REQUIRED, R"({"optionalInt32": -01})"); // String values must follow the same syntax rule. Specifically leading - // or traling spaces are not allowed. + // or trailing spaces are not allowed. ExpectParseFailureForJson( "Int32FieldLeadingSpace", REQUIRED, R"({"optionalInt32": " 1"})"); -- cgit v1.2.3