2627282930313233343536
public void test_scan_null_2() throws Exception { JSONException error = null; try { JSONScanner lexer = new JSONScanner("nzll"); lexer.scanNullOrNew(); } catch (JSONException e) { error = e; } Assert.assertNotNull(error); }