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

Unified Diff: chrome/common/extensions/docs/server2/test_data/test_json/ref_test.json

Issue 10826024: Extensions Docs Server: Proper $ref handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test Created 8 years, 5 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
« no previous file with comments | « chrome/common/extensions/docs/server2/test_data/test_json/expected_test_file.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/test_data/test_json/ref_test.json
diff --git a/chrome/common/extensions/docs/server2/test_data/test_json/ref_test.json b/chrome/common/extensions/docs/server2/test_data/test_json/ref_test.json
new file mode 100644
index 0000000000000000000000000000000000000000..dfbe57178ba0383a79efcd06ff04c017ce20061d
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/test_data/test_json/ref_test.json
@@ -0,0 +1,22 @@
+[
+ {
+ "namespace": "ref_test",
+ "types": [
+ {
+ "id": "type1",
+ "type": "string",
+ "description": "$ref:type2"
+ },
+ {
+ "id": "type2",
+ "type": "string",
+ "description": "A $ref:type3, or $ref:type2"
+ },
+ {
+ "id": "type3",
+ "type": "string",
+ "description": "$ref:other.type2 != $ref:ref_test.type2"
+ }
+ ]
+ }
+]
« no previous file with comments | « chrome/common/extensions/docs/server2/test_data/test_json/expected_test_file.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698