lxzliuxinzhu / syntaxhighlighter

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

Missing lines on strings wrapped on multiple lines #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The following code is not displayed properly:

<pre name="code" class="java">
String s = "foo"
+ "bar";
</pre>

The first line is not displayed (tested with version 1.5.1 and Firefox 3)

Original issue reported on code.google.com by emmanuel...@gmail.com on 6 Aug 2008 at 10:42