fix #86: fix table cell content parsing when using line breaks #82
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
src/table/table.test.ts > parse content with line breaks:
markdown-schema/src/test-utils.ts#L38
AssertionError: expected '| Column 1 | …' to equal '| Column 1 …'
- Expected
+ Received
- | Column 1 | Column 2 |
+ | Column 1 | Column 2 |
- | ----------------------------------- | ---------------------------------------------------------------- |
+ | -------------------------------- | ------------------------------------------------------------- |
- | This cell has a<br>line break in it | This cell does not |
+ | This cell has a line break in it | This cell does not |
- | Still nothing in this cell | 1. This cell uses line breaks<br>2. to appear as a numbered list |
+ | Still nothing in this cell | 1. This cell uses line breaks 2. to appear as a numbered list |
❯ sameMarkdown src/test-utils.ts:38:10
❯ src/table/table.test.ts:171:3
|