mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
first-commit
This commit is contained in:
commit
325c322a27
207 changed files with 35989 additions and 0 deletions
13
doc/jsdoc-toolkit/app/t/runner.js
Normal file
13
doc/jsdoc-toolkit/app/t/runner.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
// try: java -jar ../../jsrun.jar runner.js
|
||||
|
||||
load("TestDoc.js");
|
||||
|
||||
TestDoc.prove("../frame/Opt.js");
|
||||
TestDoc.prove("../lib/JSDOC.js");
|
||||
TestDoc.prove("../frame/String.js");
|
||||
TestDoc.prove("../lib/JSDOC/DocTag.js");
|
||||
TestDoc.prove("../lib/JSDOC/DocComment.js");
|
||||
TestDoc.prove("../lib/JSDOC/TokenReader.js");
|
||||
TestDoc.prove("../lib/JSDOC/Symbol.js");
|
||||
|
||||
TestDoc.report();
|
Loading…
Add table
Add a link
Reference in a new issue