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

Unified Diff: chrome/common/extensions/docs/server2/test_data/template_utility/test2.json

Issue 10500004: Die build.py, Die: Part 2 (LocalFetcher, Handlebar support, build script) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added parens Created 8 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: chrome/common/extensions/docs/server2/test_data/template_utility/test2.json
diff --git a/chrome/common/extensions/docs/server2/test_data/template_utility/test2.json b/chrome/common/extensions/docs/server2/test_data/template_utility/test2.json
new file mode 100644
index 0000000000000000000000000000000000000000..3d4021cdc2a2075352f9f53854e816f8d299b431
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/test_data/template_utility/test2.json
@@ -0,0 +1,12 @@
+{
+ "arg1": "This",
+ "arg2": {
+ "arg": 2
+ },
+ "arg3": "test",
+ "arg4": [
+ "incredible",
+ "amazing",
+ "awesome"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698