You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
What steps will reproduce the problem?
1. call prettyPrintOne("");
What is the expected output? What do you see instead?
Should return an empty string, instead, it hits an infinite recursion loop.
What version of the product are you using? On what operating system?
Revision 20, firefox 2.
Please provide any additional information below.
I am using this package to perform syntax highlighting on code taken from a
dynamic number of textareas, so just calling prettify() doesn't suit my needs.
Original issue reported on code.google.com by stone...@gmail.com on 25 Mar 2007 at 7:23
The text was updated successfully, but these errors were encountered:
I believe this is fixed.
The issue did not occur if the code was called via prettyPrint but should not
occur
on any path now.
http://google-code-prettify.googlecode.com/svn/trunk/CHANGES.html
Original comment by mikesamuel@gmail.com on 2 Apr 2007 at 6:43
Original issue reported on code.google.com by
stone...@gmail.com
on 25 Mar 2007 at 7:23The text was updated successfully, but these errors were encountered: