HomePhorge

Fix for #4804 -- escaped backslashes in interpolated strings
53a2bea4ddadUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix for #4804 -- escaped backslashes in interpolated strings

Part of the ongoing refinement / cleanup of the string interpolation semantics.
When scanning for an unescaped string terminator we now also allow an 0 or more
pairs of backslashes (that is, escaped backslashes) before the terminator.

Thanks to Jacob for the test I should have added.

Details

Event Timeline

Markus Roberts <Markus@reality.com> committed rPU53a2bea4ddad: Fix for #4804 -- escaped backslashes in interpolated strings (authored by Markus Roberts <Markus@reality.com>).Sep 29 2010, 4:42 AM