You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create <pre> element with some vb code and place a backslash within double
quotes
Eg.
<pre name="code" class="prettyprint lang-vb">
Sub Test()
Print "path\filename"
End Sub
</pre>
The backslash is treated as escape character so all the code next to the
backslash is treated as string content, when it is not: string content must end
with the last double quote at the end of the same line.
Original issue reported on code.google.com by [email protected] on 22 Jan 2015 at 7:55
Original issue reported on code.google.com by
[email protected]
on 22 Jan 2015 at 7:55Attachments:
The text was updated successfully, but these errors were encountered: