CBielstein / APRSsharp

APRS# - Modern APRS software for the amateur radio community
MIT License
12 stars 5 forks source link

Correct Typo in Position Regex #132

Closed CBielstein closed 2 years ago

CBielstein commented 2 years ago

Description

The regular expression for a position with symbols had a typo specifying latitude in north and west instead of north and south. This PR corrects that typo and adds a test to validate the change.

Changes

Validation