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" |
+ } |
+ ] |
+ } |
+] |