Doing that will not result in an error, it will result in NaN as the return
value.  I don’t think that is what we want either.


On October 31, 2016 at 11:16:47, Casey Stella (ceste...@gmail.com) wrote:

@Test(expected = ParseException.class)
> public void testMissingVariables() {
> String query = "1 + cannot + add + missing + variables";
> run(query, new HashMap<>());
> }

Reply via email to