101102103104105106107108109110111
ar.setSubgroup(1); addMatch(ar, "title"); addMatch(ar, "/title"); ar.execute(ss); } public void testMatchesFailure() throws Exception { ScriptedTestSession ss = TestScriptParser.createSession();
116117118119120121122123124125126
addMatch(ar, "<little>"); addMatch(ar, "</title>"); try { ar.execute(ss); unreachable(); } catch (ApplicationRuntimeException ex) { assertRegexp(