dosper7 / google-code-prettify

Automatically exported from code.google.com/p/google-code-prettify
Apache License 2.0
0 stars 0 forks source link

Incorrectly replacing (" ") with (" ") instead of (" ") #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As an example see line 32 of:
  http://code.google.com/p/gwt-
dnd/source/browse/trunk/DragDrop/demo/com/allen_sauer/gwt/dnd/de
mo/client/exa
mple/duallist/MouseListBox.java?r=922

With JavaScript enabled you incorrectly see (in pretty colors):
       super(" ");

With JavaScript disabled you correctly see (without the color):
      super(" ");

A similar issue has been filed for project hosting:
  http://code.google.com/p/support/issues/detail?id=2834

Original issue reported on code.google.com by fredsa on 10 Jul 2009 at 5:32

GoogleCodeExporter commented 8 years ago
Link without linebreaks:
http://code.google.com/p/gwt-dnd/source/browse/trunk/DragDrop/demo/com/allen_sau
er/gwt/dnd/demo/client/example/duallist/MouseListBox.java?r=922

Original comment by mikesamuel@gmail.com on 14 Aug 2009 at 5:44

GoogleCodeExporter commented 8 years ago
Fixed at revision 81

Original comment by mikesamuel@gmail.com on 14 Aug 2009 at 5:50