HomePhorge

Fix for #5022 -- Escaped newlines should be elided
3b53bfcd0dd2Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix for #5022 -- Escaped newlines should be elided

This was a regression, not covered by a test; previously the string

"foo\
bar"

would be interpreded as "foobar" but this was changed to "foo\\\nbar" in
2.6.x with my string interpolation refactor. This change restores the
behaviour.

Details

Provenance
Markus Roberts <Markus@reality.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUe3fc5b95d133: Updated CHANGELOG and version for 2.6.3rc1
Branches
Unknown
Tags
Unknown

Event Timeline

Markus Roberts <Markus@reality.com> committed rPU3b53bfcd0dd2: Fix for #5022 -- Escaped newlines should be elided (authored by Markus Roberts <Markus@reality.com>).Oct 19 2010, 1:24 AM