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

Unified Diff: tools/html_json_doc/test/test_data/html_to_json/html_to_json_test_golden_output.json

Issue 12220056: Delete the old html_json docs stuff. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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: tools/html_json_doc/test/test_data/html_to_json/html_to_json_test_golden_output.json
diff --git a/tools/html_json_doc/test/test_data/html_to_json/html_to_json_test_golden_output.json b/tools/html_json_doc/test/test_data/html_to_json/html_to_json_test_golden_output.json
deleted file mode 100644
index 8495eede8bff16c233406d724951b25fbeb7a089..0000000000000000000000000000000000000000
--- a/tools/html_json_doc/test/test_data/html_to_json/html_to_json_test_golden_output.json
+++ /dev/null
@@ -1,79 +0,0 @@
-{
-"test_html_input2.dart":
- {
- "class InputTestCase1 {":
- [
- "/**",
- " * This is a multi-line dartdoc comment.",
- " * This is one line.",
- " * And it keeps going to this line, too.",
- " */"
- ],
- "class InputTestCase2 extends InputTestCase1 {":
- [
- "/// This is a single line dartdoc comment."
- ],
- "class InputTestCase3 extends InputTestCase2 {":
- [
- "/// This is a multi-line dartdoc comment.",
- "/// It happens to use multiple single line dartdoc comments."
- ],
- " var InputTestCase8;":
- [
- " /**",
- " * This is a multi-line comment on a member.",
- " */"
- ],
- " var InputTestCase9;":
- [
- " /// This is a single line dartdoc comment on a member."
- ],
- " var InputTestCase10;":
- [
- " /// This is a multi-line dartdoc comment on a member.",
- " /// It is split over two lines."
- ]
- },
-"test_html_input.dart":
- {
- "library testInput;":
- [
- "/**",
- " * YES. This is a library level dartdoc comment.",
- " * This should show up correctly in the JSON.",
- " */"
- ],
- "class InputTestCase1 {":
- [
- "/**",
- " * YES. This is a multi-line dartdoc comment.",
- " * This is one line.",
- " * And it keeps going to this line, too.",
- " */"
- ],
- "class InputTestCase2 extends InputTestCase1 {":
- [
- "/// YES. This is a single line dartdoc comment."
- ],
- "class InputTestCase3 extends InputTestCase2 {":
- [
- "/// YES. This is a multi-line dartdoc comment.",
- "/// It happens to use multiple single line dartdoc comments."
- ],
- " var InputTestCase8;":
- [
- " /**",
- " * YES. This is a multi-line comment on a member.",
- " */"
- ],
- " var InputTestCase9;":
- [
- " /// YES. This is a single line dartdoc comment on a member."
- ],
- " var InputTestCase10;":
- [
- " /// YES. This is a multi-line dartdoc comment on a member.",
- " /// It is split over two lines."
- ]
- }
-}
« no previous file with comments | « tools/html_json_doc/test/html_json_doc_test.dart ('k') | tools/html_json_doc/test/test_data/html_to_json/test_html_input.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698