FAQ | This is a LIVE service | Changelog

Skip to content

test_var_names: cease stripping of newlines

Dr Adam Thorn requested to merge fix_test_var_names into master

Without newlines, if we have

we can end up matching the string starting after var1 up to the start of var2. This is obviously not what we want!

Merge request reports