fix: no longer lose \n within quoted strings
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 30 Jan 2021 03:01:34 +0000 (19:01 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 5 Feb 2021 04:18:19 +0000 (20:18 -0800)
commit2150241f101d87a971ef6b4d12b9edb47b3bf174
tree70fc1e61f4cdf49231e3705242635a82bdec312a
parentdee8b1373ae1b364819f4584f5dda1eb04ec9968
fix: no longer lose \n within quoted strings

9bdd24cae96d01fc6b2a940bc87d27edeb5d84a7 addressed a problem where line number
tracking was not working across new line characters embedded within quoted
strings. However it accidentally unmasked another bug involving a parsing rule
that swallowed new lines which was incorrectly enabled within quoted strings.
Fixes #1931.
CHANGELOG.md
lib/cgraph/scan.l
rtest/test_regression.py