parseandparseagain("int from {r_0} to {r_t} a","Upper and lower bounds shown with integral (from & to)");
ParseAndCheck("int csup {r_0} csub {r_t} a","int csup { r rsub 0 } csub { r rsub t } a ","Upper and lower bounds shown with integral (csub & csup)");
ParseAndCheck("sum csup { size 8 { x - 1 } } csub { size 8 a } b ","sum csup { size 8 { x - 1 } } csub { size 8 a } b ","Sum with sized upper and lower bounds");
//FIXME parseandparseagain("int from {r_0} to {r_t} a", "Upper and lower bounds shown with integral (from & to)");
//FIXME ParseAndCheck("int csup {r_0} csub {r_t} a", "int csup { r rsub 0 } csub { r rsub t } a ", "Upper and lower bounds shown with integral (csub & csup)");
//FIXME ParseAndCheck("sum csup { size 8 { x - 1 } } csub { size 8 a } b ", "sum csup { size 8 { x - 1 } } csub { size 8 a } b ", "Sum with sized upper and lower bounds");