Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with backslash in VB #365

Open
GoogleCodeExporter opened this issue Feb 20, 2016 · 0 comments
Open

Problem with backslash in VB #365

GoogleCodeExporter opened this issue Feb 20, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant