-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ test('micromark-extension-gfm-autolink-literal', async function (t) { | |
}) | ||
|
||
await t.test( | ||
'should skip wwwAutolink construct if `disable.null` includes `wwwAutolink`', | ||
'should skip `wwwAutolink` construct if `disable.null` includes `wwwAutolink`', | ||
async function () { | ||
assert.equal( | ||
micromark('www.a.com', { | ||
|
@@ -36,7 +36,7 @@ test('micromark-extension-gfm-autolink-literal', async function (t) { | |
) | ||
|
||
await t.test( | ||
'should skip protocolAutolink construct if `disable.null` includes `protocolAutolink`', | ||
'should skip `protocolAutolink` construct if `disable.null` includes `protocolAutolink`', | ||
async function () { | ||
assert.equal( | ||
micromark('http://a.com', { | ||
|
@@ -52,7 +52,7 @@ test('micromark-extension-gfm-autolink-literal', async function (t) { | |
) | ||
|
||
await t.test( | ||
'should skip emailAutolink construct if `disable.null` includes `emailAutolink`', | ||
'should skip `emailAutolink` construct if `disable.null` includes `emailAutolink`', | ||
async function () { | ||
assert.equal( | ||
micromark('[email protected]', { | ||
|