!752 p { flexMatch_debug = true; assertTrue(flexMatch("if * < * then", " if a < b then ")); assertTrue(flexMatch("if * < *", "if a < b then")); assertFalse(flexMatch("if * > * then", "if a < b then")); assertFalse(flexMatch("if * < * then", "if a < b")); assertTrue(flexMatch("if * < * then", "if g(a) < g(b) then")); }