Skip to content

Commit 1b934df

Browse files
committed
test: fix tables
1 parent fb816db commit 1b934df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/__snapshots__/converter-markdown.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ exports[`Document "Special characters" to Markdown 1`] = `
140140
exports[`Document "Tables" to Markdown 1`] = `
141141
"| Col 1 | Col 2 | Col 3 |
142142
| ----- | ----- | ----- |
143-
| Col 1 line 1 | Col 2 line 1 | Col 3 line 1
144-
Col 1 line 2 | Col 2 line 2 | Col 3 line 2 |
143+
| Col 1 line 1 | Col 2 line 1 | Col 3 line 1 |
144+
| Col 1 line 2 | Col 2 line 2 | Col 3 line 2 |
145145
"
146146
`;
147147

0 commit comments

Comments
 (0)