dijs / infobox-parser

Parse Wikipedia Infoboxes
40 stars 18 forks source link

Parse 'n' or 'no' as false, as 'y' or 'yes' are already parsed as true #42

Open Ted-Barrett opened 4 months ago

Ted-Barrett commented 4 months ago

Adds parsing of n or no to be false, to align with the behaviour with y or yes.

Note that the unit tests are failing due to an unrelated issue, which is addressed in #39