| Index: tools/html-json-doc/test/test_data/htmlToJson/htmlToJsonTestGoldenOutput.json
|
| diff --git a/tools/html-json-doc/test/test_data/htmlToJson/htmlToJsonTestGoldenOutput.json b/tools/html-json-doc/test/test_data/htmlToJson/htmlToJsonTestGoldenOutput.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3ce14524ff26045b91f61284f12ce7d51f7ddd6a
|
| --- /dev/null
|
| +++ b/tools/html-json-doc/test/test_data/htmlToJson/htmlToJsonTestGoldenOutput.json
|
| @@ -0,0 +1,79 @@
|
| +{
|
| +"TestHtmlInput.dart":
|
| + {
|
| + "library testInput;":
|
| + [
|
| + "/**",
|
| + " * This is a library level dartdoc comment.",
|
| + " * This should show up correctly in the JSON.",
|
| + " */"
|
| + ],
|
| + "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."
|
| + ]
|
| + },
|
| +"TestHtmlInput2.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."
|
| + ]
|
| + }
|
| +}
|
|
|