[Pkg-mozext-commits] [adblock-plus] 12/464: Added a test directory.
David Prévot
taffit at moszumanska.debian.org
Tue Jul 22 20:43:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository adblock-plus.
commit 69bade5bd5909b7eec3f545b43ce0213aeff4572
Author: Joshua Cranmer <Pidgeot18 at gmail.com>
Date: Sat Jan 24 16:54:16 2009 -0500
Added a test directory.
Per request of taras, to have a file that I know works.
---
tests/basic.js | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/tests/basic.js b/tests/basic.js
new file mode 100644
index 0000000..80a6207
--- /dev/null
+++ b/tests/basic.js
@@ -0,0 +1,9 @@
+// Run ../jshydra basic.js basic.js: it should work.
+// This is a simple test just to make sure that something isn't borking with
+// jshydra.
+function process_js(ast) {
+ for (f in ast) {
+ _print(f + ": "+ ast[f]);
+ }
+ _print(uneval(ast));
+}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git
More information about the Pkg-mozext-commits
mailing list