@@ -78,7 +78,7 @@ const exprPattern = /^(.*?)(?:;(.*?))?(?:#(.*))?$/;
78
78
* percent-encoded characters. It's required to distinguish `params` and or `fragment`.
79
79
*
80
80
* ```typescript
81
- * import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
81
+ * import { assertEquals } from "https://deno.land/std@0.188.0 /testing/asserts.ts";
82
82
* import { format } from "../bufname/mod.ts";
83
83
*
84
84
* assertEquals(
@@ -130,7 +130,7 @@ const exprPattern = /^(.*?)(?:;(.*?))?(?:#(.*))?$/;
130
130
* constructing a buffer name from a real path. For example
131
131
*
132
132
* ```typescript
133
- * import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
133
+ * import { assertEquals } from "https://deno.land/std@0.188.0 /testing/asserts.ts";
134
134
* import * as path from "https://deno.land/std/path/mod.ts";
135
135
* import { format } from "../bufname/mod.ts";
136
136
*
@@ -170,7 +170,7 @@ export function format(
170
170
* For example, if it contains unusable characters ("<>|?*).
171
171
*
172
172
* ```typescript
173
- * import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
173
+ * import { assertEquals } from "https://deno.land/std@0.188.0 /testing/asserts.ts";
174
174
* import { parse } from "../bufname/mod.ts";
175
175
*
176
176
* assertEquals(
@@ -224,7 +224,7 @@ export function format(
224
224
* was constructed from a real path. For example
225
225
*
226
226
* ```typescript
227
- * import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
227
+ * import { assertEquals } from "https://deno.land/std@0.188.0 /testing/asserts.ts";
228
228
* import * as path from "https://deno.land/std/path/mod.ts";
229
229
* import { parse } from "../bufname/mod.ts";
230
230
*
0 commit comments