EFeru / DbcParser

.NET CAN bus dbc file parser
MIT License
72 stars 26 forks source link

#41 Fixed enum definition parser repeating last value twice #46

Closed Brainy0207 closed 11 months ago

Brainy0207 commented 12 months ago

The regex to parse enum definition values got broken by a change related to #41. It had two nested capture groups which led to the last value beeing repeated twice. Fixed the regex and updated the test code to check for the correct values.