makhidkarun / traveller_pyroute

Traveller trade route generator
MIT License
14 stars 5 forks source link

Fix false reject on partly-known UWP in starline regex #87

Closed CyberiaResurrection closed 11 months ago

CyberiaResurrection commented 11 months ago

Status quo allowed either all-alphanum UWP digits xor all-question UWP digits, no mixtures.

This rejected at least 4 starlines in Travmap's M1105 version of Kruse, where only some UWP digits were known.

With that fixed, the UWP object's own regex parsed those UWPs without difficulty.