sander / code-illuminated

Automatically exported from code.google.com/p/code-illuminated
0 stars 0 forks source link

Spaces between // and wiki tag #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. // = text correctly parsed =
2. //  = text ignored because there is many spaces = 

What is the expected output? What do you see instead?
The expected output is the wiki tag rendered, instead there is no display.

What version of the product are you using? On what operating system?
FF 3.0.5 on Vista.

Original issue reported on code.google.com by albertos...@gmail.com on 26 Jan 2009 at 9:54

GoogleCodeExporter commented 9 years ago
I trimmed the line sliced by "//" when the line is recognised as comment. I 
didn't
use a regular expression solution, because I need to change the isComment 
definition
(with false positive cases complicating the regex) and to use the split function
(with cross browser issues).

Original comment by albertos...@gmail.com on 29 Jan 2009 at 6:27