Searched refs:assertParseFail (Results 1 – 1 of 1) sorted by relevance
181 assertParseFail("{"); in testSyntaxProblemUnterminatedObject()182 assertParseFail("{\"foo\""); in testSyntaxProblemUnterminatedObject()183 assertParseFail("{\"foo\":"); in testSyntaxProblemUnterminatedObject()184 assertParseFail("{\"foo\":bar"); in testSyntaxProblemUnterminatedObject()185 assertParseFail("{\"foo\":bar,"); in testSyntaxProblemUnterminatedObject()186 assertParseFail("{\"foo\":bar,\"baz\""); in testSyntaxProblemUnterminatedObject()187 assertParseFail("{\"foo\":bar,\"baz\":"); in testSyntaxProblemUnterminatedObject()188 assertParseFail("{\"foo\":bar,\"baz\":true"); in testSyntaxProblemUnterminatedObject()189 assertParseFail("{\"foo\":bar,\"baz\":true,"); in testSyntaxProblemUnterminatedObject()193 assertParseFail(""); in testSyntaxProblemEmptyString()[all …]