westes / flex

The Fast Lexical Analyzer - scanner generator for lexing in C and C++
Other
3.61k stars 537 forks source link

Extend m4 quoting tests for comments and actions #557

Closed Mightyjo closed 1 year ago

Mightyjo commented 1 year ago

Issue #553 pointed out that we've lost some expressiveness in our comments due to the m4 quoting introduced about 7 years ago. The quoting was good and necessary, but we didn't notice the impact at the time.

This PR expands the quoting tests to cover the remaining edge cases (that I could find) in comment quoting so we'll be alerted in the future.