vladimarius / pyap

Python address detector and parser
MIT License
200 stars 60 forks source link

Fix parsing for rooms starting with # #24

Open FredeJ opened 2 years ago

FredeJ commented 2 years ago

It seemed that parsing for rooms was not quite correct, when the room number started with '#'.

I've expanded one of the tests to show it and fixed the issue so the test passes again.