Searched refs:assertParseFail (Results 1 – 1 of 1) sorted by relevance
176 assertParseFail("{"); in testSyntaxProblemUnterminatedObject()177 assertParseFail("{\"foo\""); in testSyntaxProblemUnterminatedObject()178 assertParseFail("{\"foo\":"); in testSyntaxProblemUnterminatedObject()179 assertParseFail("{\"foo\":bar"); in testSyntaxProblemUnterminatedObject()180 assertParseFail("{\"foo\":bar,"); in testSyntaxProblemUnterminatedObject()181 assertParseFail("{\"foo\":bar,\"baz\""); in testSyntaxProblemUnterminatedObject()182 assertParseFail("{\"foo\":bar,\"baz\":"); in testSyntaxProblemUnterminatedObject()183 assertParseFail("{\"foo\":bar,\"baz\":true"); in testSyntaxProblemUnterminatedObject()184 assertParseFail("{\"foo\":bar,\"baz\":true,"); in testSyntaxProblemUnterminatedObject()188 assertParseFail(""); in testSyntaxProblemEmptyString()[all …]