cisstech / platon

Platform for Learning and Teaching Online
Other
14 stars 3 forks source link

Parser booleans #12

Closed clementga closed 1 year ago

clementga commented 1 year ago

Fixed a bug with the parsing of boolean values in the PLParser. They were given the Boolean() constructor which simply evaluated to false if the string is empty, and true else, which meant for example that 'false' evaluated to true.