widesky / hszinc

Project Haystack Zinc (Zinc is not CSV) parser and dumper for Python 2.7 and 3.x
https://widesky.cloud
BSD 2-Clause "Simplified" License
10 stars 8 forks source link

WC-929: parser: Set MULTILINE flag on `re.compile` #9

Closed sjlongland closed 7 years ago

sjlongland commented 7 years ago

Long term, we should move this over to just using startswith as this is less complex than a regular expression, but right now I need a quick fix.

Pull request done to trigger CI tests.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.4%) to 81.081% when pulling 9619b2276c8dc57d771e1d83bf5e87bac929ace7 on bugfix/WC-791-multiline-regex into 75074e8b0845b8f7c5c5e9c19348d319350838ff on develop.

sjlongland commented 7 years ago

Pending internal review.