Assert.assertNotNull(error);
}
public void test_scan_true_7() throws Exception {
JSONScanner lexer = new JSONScanner("true a");
lexer.scanTrue();
}
public void test_scan_true_8() throws Exception {
JSONScanner lexer = new JSONScanner("true,");
lexer.scanTrue();