context.put ("long1", new Long (10000000000l));
context.put ("float1", new Float (1000.1234));
context.put ("double1", new Double (10000000000d));
// Add a TemplateNumber
context.put ("templatenumber1", new TestNumber (999.125));
/**
* Test #foreach() with a list containing nulls
*/
ArrayList nullList = new ArrayList();