corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 #!/usr/bin/spidermonkey-1.7 -s
2  
3 //#!/usr/bin/js
4  
5 // a little helper for testing from command line
6 // just run it, it will output the test results
7  
8 load('js/lib/beautify.js');
9 load('js/test/sanitytest.js')
10 load('js/test/beautify-tests.js')
11 load('js/lib/unpackers/urlencode_unpacker.js')
12  
13 print(run_beautifier_tests(new SanityTest(), Urlencoded, js_beautify).results_raw())
14  
15  
16 // for nodejs use this from the command line from the main directory:
17 // node test/beautify-tests.js