MCPcopy Index your code
hub / github.com/beanshell/beanshell / parse_error

Method parse_error

tests/junitTests/src/bsh/GoogleReports.java:98–101  ·  view source on GitHub ↗

issue#10

()

Source from the content-addressed store, hash-verified

96 * <a href="http://code.google.com/p/beanshell2/issues/detail?id=10">issue#10</a>
97 */
98 @Test(expected = ParseException.class)
99 public void parse_error() throws Exception {
100 eval("\1;");
101 }
102
103
104 /**

Callers

nothing calls this directly

Calls 1

evalMethod · 0.65

Tested by

no test coverage detected