moissinac / csvfix

Automatically exported from code.google.com/p/csvfix
MIT License
0 stars 0 forks source link

Another problem with expression language - leading minus sign causes assertion #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Yet another expression language issue. Sigh. This:

    csvfix eval -e '-1 + 3'

causes an assertion to fire. And there is a (probably) related problem - 
something like:

    csvfix eval -e 'substr($1,1,2) -1'

causes an invalid expression error.

Original issue reported on code.google.com by nbutterworth1953@gmail.com on 25 Jul 2013 at 11:04

GoogleCodeExporter commented 8 years ago
fixed in 67ca472365a6   

Original comment by nbutterworth1953@gmail.com on 26 Jul 2013 at 9:15