context.put("a1","test");
context.put("b1","test");
Writer writer = new StringWriter();
ve.evaluate(context,writer,"test","$a1 no problem");
try {
ve.evaluate(context,writer,"test","$a1 $c1 $a1.length() $a1.foobar()");
fail ("Expected exception.");
} catch (RuntimeException E) {}