Skip to content

Commit 97f863e

Browse files
committed
Add remark-gfm to tests
1 parent 2aa9311 commit 97f863e

File tree

12 files changed

+35
-38
lines changed

12 files changed

+35
-38
lines changed

test/fixtures/issue-gh-reloaded/output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ After a pipe |[GH-1](https://github.com/wooorm/remark/issues/1).
7272

7373
After a right curly bracket }[GH-1](https://github.com/wooorm/remark/issues/1).
7474

75-
After a tilde ~[GH-1](https://github.com/wooorm/remark/issues/1).
75+
After a tilde \~[GH-1](https://github.com/wooorm/remark/issues/1).
7676

7777
## Before
7878

@@ -146,4 +146,4 @@ Before a pipe [GH-1](https://github.com/wooorm/remark/issues/1)|
146146

147147
Before a right curly bracket [GH-1](https://github.com/wooorm/remark/issues/1)}
148148

149-
Before a tilde [GH-1](https://github.com/wooorm/remark/issues/1)~
149+
Before a tilde [GH-1](https://github.com/wooorm/remark/issues/1)\~

test/fixtures/issue-hash-reloaded/output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ After a pipe |[#1](https://github.com/wooorm/remark/issues/1).
7272

7373
After a right curly bracket }[#1](https://github.com/wooorm/remark/issues/1).
7474

75-
After a tilde ~[#1](https://github.com/wooorm/remark/issues/1).
75+
After a tilde \~[#1](https://github.com/wooorm/remark/issues/1).
7676

7777
## Before
7878

@@ -146,4 +146,4 @@ Before a pipe [#1](https://github.com/wooorm/remark/issues/1)|
146146

147147
Before a right curly bracket [#1](https://github.com/wooorm/remark/issues/1)}
148148

149-
Before a tilde [#1](https://github.com/wooorm/remark/issues/1)~
149+
Before a tilde [#1](https://github.com/wooorm/remark/issues/1)\~

test/fixtures/issue-project/output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# User@Project
1+
# User\@Project
22

33
A project-SHA is not relative to the current project.
44

test/fixtures/issue-user/output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# User@Issue
1+
# User\@Issue
22

33
A user-issue is relative to the project, but relative to the user’s fork.
44

test/fixtures/mention-team-reloaded/output.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ After a dot .[**@username/team**](https://github.com/username/team).
3434

3535
After a slash /[**@username/team**](https://github.com/username/team).
3636

37-
After a digit 0@username/team.
37+
After a digit 0\@username/team.
3838

3939
After a colon :[**@username/team**](https://github.com/username/team).
4040

@@ -50,7 +50,7 @@ After a question mark ?[**@username/team**](https://github.com/username/team).
5050

5151
After an at sign @[**@username/team**](https://github.com/username/team).
5252

53-
After an upper case A@username/team.
53+
After an upper case A\@username/team.
5454

5555
After a left square bracket \[[**@username/team**](https://github.com/username/team).
5656

@@ -60,19 +60,19 @@ After a right square bracket ][**@username/team**](https://github.com/username/t
6060

6161
After a caret ^[**@username/team**](https://github.com/username/team).
6262

63-
After an underscore \_@username/team.
63+
After an underscore \_\@username/team.
6464

6565
After a grave accent \`@username/team.
6666

67-
After a lower case a@username/team.
67+
After a lower case a\@username/team.
6868

6969
After a left curly brace {[**@username/team**](https://github.com/username/team).
7070

7171
After a pipe |[**@username/team**](https://github.com/username/team).
7272

7373
After a right curly bracket }[**@username/team**](https://github.com/username/team).
7474

75-
After a tilde ~[**@username/team**](https://github.com/username/team).
75+
After a tilde \~[**@username/team**](https://github.com/username/team).
7676

7777
## Before
7878

@@ -146,4 +146,4 @@ Before a pipe [**@username/team**](https://github.com/username/team)|
146146

147147
Before a right curly bracket [**@username/team**](https://github.com/username/team)}
148148

149-
Before a tilde [**@username/team**](https://github.com/username/team)~
149+
Before a tilde [**@username/team**](https://github.com/username/team)\~

test/fixtures/mention-user-reloaded/output.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ After a dot .[**@username**](https://github.com/username).
3434

3535
After a slash /[**@username**](https://github.com/username).
3636

37-
After a digit 0@username.
37+
After a digit 0\@username.
3838

3939
After a colon :[**@username**](https://github.com/username).
4040

@@ -50,7 +50,7 @@ After a question mark ?[**@username**](https://github.com/username).
5050

5151
After an at sign @[**@username**](https://github.com/username).
5252

53-
After an upper case A@username.
53+
After an upper case A\@username.
5454

5555
After a left square bracket \[[**@username**](https://github.com/username).
5656

@@ -60,19 +60,19 @@ After a right square bracket ][**@username**](https://github.com/username).
6060

6161
After a caret ^[**@username**](https://github.com/username).
6262

63-
After an underscore \_@username.
63+
After an underscore \_\@username.
6464

6565
After a grave accent \`@username.
6666

67-
After a lower case a@username.
67+
After a lower case a\@username.
6868

6969
After a left curly brace {[**@username**](https://github.com/username).
7070

7171
After a pipe |[**@username**](https://github.com/username).
7272

7373
After a right curly bracket }[**@username**](https://github.com/username).
7474

75-
After a tilde ~[**@username**](https://github.com/username).
75+
After a tilde \~[**@username**](https://github.com/username).
7676

7777
## Before
7878

@@ -146,4 +146,4 @@ Before a pipe [**@username**](https://github.com/username)|
146146

147147
Before a right curly bracket [**@username**](https://github.com/username)}
148148

149-
Before a tilde [**@username**](https://github.com/username)~
149+
Before a tilde [**@username**](https://github.com/username)\~

test/fixtures/reference-advanced/output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# User@SHA
1+
# User\@SHA
22

33
Multiple slashes: foo/bar/baz@[`0000000`](https://github.com/wooorm/remark/commit/0000000), foo/bar/baz#1, @foo/bar/baz.
44

@@ -10,4 +10,4 @@ Upper-case projects: [foobar/bAz@`0000000`](https://github.com/foobar/bAz/commit
1010

1111
[f/b#1](https://github.com/f/b/issues/1). f/b#0. [f/b@`0000000`](https://github.com/f/b/commit/0000000).
1212

13-
.[#1](https://github.com/wooorm/remark/issues/1). .[**@0000000**](https://github.com/0000000). foo#. bar@.
13+
.[#1](https://github.com/wooorm/remark/issues/1). .[**@0000000**](https://github.com/0000000). foo#. bar\@.

test/fixtures/sha-project/output.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Project@SHA
1+
# Project\@SHA
22

33
A project-SHA is not relative to the current project.
44

55
GitHub’s project names can include alphabetical characters, dashes, and full-stops. They may end in a TLD (such as `.com`), but may not end in `.git` (for obvious reasons).
66

7-
* foo/bar@000000;
7+
* foo/bar\@000000;
88
* [foo/bar@`0000000`](https://github.com/foo/bar/commit/0000000);
99
* [foo/bar@`0000000`](https://github.com/foo/bar/commit/00000000);
1010
* [foo/bar@`0000000`](https://github.com/foo/bar/commit/000000000);
@@ -40,7 +40,7 @@ GitHub’s project names can include alphabetical characters, dashes, and full-s
4040
* [foo/bar@`0000000`](https://github.com/foo/bar/commit/00000000000000000000000000000000000000);
4141
* [foo/bar@`0000000`](https://github.com/foo/bar/commit/000000000000000000000000000000000000000);
4242
* [foo/bar@`0000000`](https://github.com/foo/bar/commit/0000000000000000000000000000000000000000);
43-
* foo/bar@00000000000000000000000000000000000000000.
43+
* foo/bar\@00000000000000000000000000000000000000000.
4444

4545
And:
4646

test/fixtures/sha-reloaded/output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ After a pipe |0000000.
7272

7373
After a right curly bracket }0000000.
7474

75-
After a tilde ~0000000.
75+
After a tilde \~0000000.
7676

7777
## Before
7878

@@ -146,4 +146,4 @@ Before a pipe [`0000000`](https://github.com/wooorm/remark/commit/0000000)|
146146

147147
Before a right curly bracket [`0000000`](https://github.com/wooorm/remark/commit/0000000)}
148148

149-
Before a tilde [`0000000`](https://github.com/wooorm/remark/commit/0000000)~
149+
Before a tilde [`0000000`](https://github.com/wooorm/remark/commit/0000000)\~

test/fixtures/sha-user-reloaded/output.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ After a pipe |username@[`0000000`](https://github.com/wooorm/remark/commit/00000
7272

7373
After a right curly bracket }username@[`0000000`](https://github.com/wooorm/remark/commit/0000000).
7474

75-
After a tilde ~username@[`0000000`](https://github.com/wooorm/remark/commit/0000000).
75+
After a tilde \~username@[`0000000`](https://github.com/wooorm/remark/commit/0000000).
7676

7777
## Before
7878

@@ -134,7 +134,7 @@ Before a right square bracket [username@`0000000`](https://github.com/username/r
134134

135135
Before a caret [username@`0000000`](https://github.com/username/remark/commit/0000000)^
136136

137-
Before an underscore username@0000000\_
137+
Before an underscore username\@0000000\_
138138

139139
Before a grave accent [username@`0000000`](https://github.com/username/remark/commit/0000000)\`
140140

@@ -146,4 +146,4 @@ Before a pipe [username@`0000000`](https://github.com/username/remark/commit/000
146146

147147
Before a right curly bracket [username@`0000000`](https://github.com/username/remark/commit/0000000)}
148148

149-
Before a tilde [username@`0000000`](https://github.com/username/remark/commit/0000000)~
149+
Before a tilde [username@`0000000`](https://github.com/username/remark/commit/0000000)\~

0 commit comments

Comments
 (0)