⬅︎ Back to niceboolean() - converts what you say to what you mean
I think what anonymous means is, what does the unit tests give for'fish''''nope'etc
'fish' and 'nope' must fall back on the default which is True.It's a bug that '' isn't considered False I think. Will update the code.
Comment
I think what anonymous means is, what does the unit tests give for
'fish'
''
'nope'
etc
Replies
'fish' and 'nope' must fall back on the default which is True.
It's a bug that '' isn't considered False I think. Will update the code.