Skip to content

fix #86: fix table cell content parsing when using line breaks #82

fix #86: fix table cell content parsing when using line breaks

fix #86: fix table cell content parsing when using line breaks #82

Triggered via pull request December 24, 2025 11:36
Status Failure
Total duration 1m 24s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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