`cs.parse cs.expr,'a - b'` expands to `a(-b)`, whereas `cs.parse cs.expr, 'a- b'` expands correctly to `a-b`.