assertEquals(eval(m, "Fluid Flow", 0, 5), ExprError.VALUE);
assertEquals(eval(m, "Fluid Flow", 4, -2), ExprError.VALUE);
}
public void testPROPER() throws Exception {
PROPER p = new PROPER();
assertEquals(eval(p, "this is a TITLE"), "This Is A Title");
assertEquals(eval(p, "2-cent\'s worth"), "2-Cent\'S Worth");
assertEquals(eval(p, "76BudGet"), "76Budget");
}