}
String from = "A\\B&C";
String to = (new org.jostraca.transform.JavaStringEscapeTransform()).transform( from );
to = (new org.jostraca.transform.HTMLEscapeTransform()).transform( to );
assertTrue( to.equals( ttm.transform( from ) ) );
}
public void testParameters() throws Exception {