charmplusplus / projections

Performance Analysis Tool for Charm++
Apache License 2.0
5 stars 3 forks source link

Fix parsing of " followed by a space in sts file #142

Closed rbuch closed 3 years ago

rbuch commented 3 years ago

When there is a space after the opening double quote of a quoted section, after tokenization, it became a single character string that the erroneous parsing code thought both began and ended the quoted section. Ensuring the string is at least two characters long fixes this.