livebs / syntaxhighlighter

Automatically exported from code.google.com/p/syntaxhighlighter
GNU General Public License v3.0
0 stars 0 forks source link

backslash confusion problem #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the follow code:
<pre name="code" class="java">
function downfile() {
var Path="d:\\";
var msg1  = new String(); 
var msg2  = new String();
var msg3  = new String();
}
</pre>

What is the expected output? What do you see instead?

The problem is that after the double backslash, msg1, msg2, msg3 lines are
all commented out by Syntax Highlighter.

What version of the product are you using? On what operating system?

1.5.0

Original issue reported on code.google.com by king...@gmail.com on 16 Jun 2007 at 12:57

GoogleCodeExporter commented 8 years ago

Original comment by alex.gor...@gmail.com on 28 Jun 2007 at 11:02

GoogleCodeExporter commented 8 years ago
Same things happened in C. When the bug can be fixed?

Original comment by robin.ho...@gmail.com on 4 Jan 2008 at 4:48