Quote marks not escaped in continuation section

Issue #15 closed
Winter Laite created an issue

Continuation section doc page

This will be quite an issue for those who work with long text fragments and rely on continuation sections.

Code:

EditVar := "
(
A line of text.
By default, the hard carriage return (Enter) between the previous line and this one will be stored.
    This line is indented with a tab; by default, that tab will also be stored.
Additionally, "quote marks" are automatically escaped when appropriate.
)"

MsgBox(EditVar)

In v2.0-beta.7 you’ll see ‘Additionally, “quote marks” […]’ in the MsgBox.

In Keysharp you’ll see ‘Additionally, quote marks […]’ in the MsgBox.

Single quotes are reproduced correctly.

`

Comments (4)

  1. Log in to comment