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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #!/bin/bash
2
3 for i in ~/JSON-pl/*.json
4 do
5 if ! ./test_json_import_export.py "$i"
6 then
7 echo "$i"
8 exit 1
9 fi
10 done
OLDNEW
« 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