SDXorg / test-models

A collection of System Dynamics models implemented in various environments with a canonical output
MIT License
27 stars 22 forks source link

Add Test: Function call capitalization robustness #24

Open JamesPHoughton opened 8 years ago

JamesPHoughton commented 8 years ago

Need to be able to parse function calls with variously capitalized names Max(..), MAX(..), and max(..) should all work.

I don't feel a need to test mAx(..) at this point, though...