pzdn2009 / syntaxhighlighter

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

shCore.js gives errors in sample python code #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open dp.SyntaxHighlighter\Python.html in IE 6.0.3790
2.
3.

What is the expected output? What do you see instead?
Expect: highlight code
Instead: Error in shCore.js.
Line no. 173.
this.regexList[i].regex is null or not an object.
Will debugging, i is 8, this.regexList has 8 elements. i should be between
0-7. Somehow it does not break out of the loop.

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

Please provide any additional information below.

Original issue reported on code.google.com by shoban.p...@gmail.com on 22 Jun 2007 at 10:22

GoogleCodeExporter commented 9 years ago
> Will debugging, i is 8, this.regexList has 8 elements. i should be between

While debugging, i is 8, this.regexList has 8 elements. i should be between

Original comment by shoban.p...@gmail.com on 22 Jun 2007 at 10:24

GoogleCodeExporter commented 9 years ago
this is the same thing as issue 3

Original comment by jason.mo...@gmail.com on 27 Jun 2007 at 3:31

GoogleCodeExporter commented 9 years ago

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