@diplodoc/cli-tests 4.59.8 → 4.59.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1092,7 +1092,7 @@ exports[`Regression > internal > sub/folder/item-1.html 1`] = `
1092
1092
  <body class="g-root g-root_theme_light">
1093
1093
  <div id="root"></div>
1094
1094
  <script type="application/json" id="diplodoc-state">
1095
- {"data":{"meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}]},"headings":[],"title":"Item 1","html":"&lt;p&gt;Item 1 text&lt;/p&gt;/n","leading":false},"router":{"pathname":"sub/folder/item-1","depth":3},"lang":"ru","langs":["ru"]}
1095
+ {"data":{"meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}]},"headings":[],"title":"Item 1","html":"&lt;p&gt;Item 1 text&lt;/p&gt;/n&lt;p&gt;&lt;a href=\\"images.html\\"&gt;Images&lt;/a&gt;&lt;/p&gt;/n","leading":false},"router":{"pathname":"sub/folder/item-1","depth":3},"lang":"ru","langs":["ru"]}
1096
1096
  </script>
1097
1097
  <script type="application/javascript">
1098
1098
  function unescapeJsonFromHtml(escaped) {
@@ -1122,6 +1122,8 @@ metadata:
1122
1122
  # Item 1
1123
1123
 
1124
1124
  Item 1 text
1125
+
1126
+ [{#T}](../../images.md)
1125
1127
  "
1126
1128
  `;
1127
1129
 
@@ -14,7 +14,7 @@ export interface TranslateRunArgs {
14
14
  additionalArgs?: string;
15
15
  }
16
16
 
17
- class CliTestAdapter {
17
+ export class CliTestAdapter {
18
18
  private readonly runner: Runner = createRunner();
19
19
 
20
20
  async testBuildPass(
@@ -1,3 +1,5 @@
1
1
  # Item 1
2
2
 
3
3
  Item 1 text
4
+
5
+ [{#T}](../../images.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/cli-tests",
3
- "version": "4.59.8",
3
+ "version": "4.59.10",
4
4
  "bin": {
5
5
  "diplodoc-cli-test": "bin.mjs"
6
6
  },