Skip to content
Snippets Groups Projects
Commit 5ef5293d authored by rswindell's avatar rswindell
Browse files

New directory for test/bench type JavaScripts.

Sysops are not normally expected to run these.
- while1.js (infinite loop detection testing)
- recurse.js (infinite recursion detection testing)
parent a5eae10f
No related branches found
No related tags found
No related merge requests found
function me() { me(); }
me();
\ No newline at end of file
while(1);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment