-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Station name parsing robust #18
Conversation
I recently added the first tests to this repo (see https://github.com/speleo3/inkscape-speleo/tree/master/tests ). There are no tests for |
Yes. I will do it tomorrow. |
Hi @rsevero - Any progress with the tests? Can I help you with that? |
I am coming back from a cave expedition now.
I will try to take a look at this issue this week.
Regards,
Rodrigo
…-------- Mensagem Original --------
Em 4 de fev. de 2024, 08:49, Thomas Holder escreveu:
Hi ***@***.***(https://github.com/rsevero) - Any progress with the tests? Can I help you with that?
—
Reply to this email directly, [view it on GitHub](#18 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AACM6EBILEFVUYOA6CXTIPTYR5YWPAVCNFSM6AAAAABB4U6Q5SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVG4ZDAOBXGU).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
The tests as requested. |
Perfect, thank you so much! |
Station name parsing should be more robust as current code creates stations H8. H9. HA, HB, etc from starting base H8.
It also forces letters capitalization.
These changes fixes both issues amking more complex station names also supported.