globaldothealth / adtl

Another data transformation language
https://adtl.readthedocs.io
MIT License
1 stars 0 forks source link

Add exception tests #69

Closed pipliggins closed 1 year ago

pipliggins commented 1 year ago

Changes getFloat behaviour to force explicit definition of the decimal/thousand separator to stop unwanted conversation of normal floats (e.g. prior behaviour converted "3.4" -> 34)

Expands various tests & fixes a few bugs