Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(342)

Unified Diff: Source/bindings/scripts/test_json_import_export.sh

Issue 15801003: IDL parser rewrite in Python (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: [WIP] Full parser Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/scripts/test_json_import_export.sh
diff --git a/Source/bindings/scripts/test_json_import_export.sh b/Source/bindings/scripts/test_json_import_export.sh
new file mode 100755
index 0000000000000000000000000000000000000000..d59afacdf1dc3a9526970f00e0d1d1fc48826e38
--- /dev/null
+++ b/Source/bindings/scripts/test_json_import_export.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+for i in ~/JSON-pl/*.json
+do
+ if ! ./test_json_import_export.py "$i"
+ then
+ echo "$i"
+ exit 1
+ fi
+done
« Source/bindings/scripts/ir.py ('K') | « Source/bindings/scripts/test_json_import_export.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698