NOAA-MDL / GIFTs

Generate IWXXM From TAC software
Other
11 stars 2 forks source link

44 regexp no greedy #46

Closed mgoberfield closed 1 week ago

mgoberfield commented 1 week ago

Revised the VAA regexp string that locates the beginning of the advisory message to stop at the first match in the TAC. Although unlikely, the same regexp string fix was applied to TCA and SWA decoders too. Added new tests of duplicate start strings in all advisory TACs.

Because this is a bug fix, versioning changes from 1.5.0 to 1.5.1.

In addition, version of the pytest module used to run 'make test' has been updated to 8.3 or better.