Closed jessebraham closed 4 years ago
See #6 . FRC_TIMER_LOAD and FRC_TIMER_COUNT were failing to parse due to the fact that both lines ended with comments ending with ). Lazily match on the final capture group to avoid this issue.
FRC_TIMER_LOAD
FRC_TIMER_COUNT
)
See #6 .
FRC_TIMER_LOAD
andFRC_TIMER_COUNT
were failing to parse due to the fact that both lines ended with comments ending with)
. Lazily match on the final capture group to avoid this issue.