Skip to content

Commit 7512b1c

Browse files
chore: update tests/src/unit/core/formatConversion/exportParseEquality/exportParseEqualityTestInstances.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 67ffdcf commit 7512b1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/src/unit/core/formatConversion/exportParseEquality/exportParseEqualityTestInstances.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -713,9 +713,9 @@ export const exportParseEqualityTestInstancesMarkdown: TestInstance<
713713
executeTest: testExportParseEqualityMarkdown,
714714
},
715715
{
716-
// Regression test for https://github.com/TypeCellOS/BlockNote/issues/739:
717-
// a table with no header row must round-trip without acquiring an extra
718-
// empty row + header on each export → import cycle.
716+
// Complementary check for https://github.com/TypeCellOS/BlockNote/issues/739:
717+
// a table WITH a real header row must round-trip with the header preserved
718+
// (i.e. non-empty headers must not be treated as the empty-header case).
719719
testCase: {
720720
name: "markdown/tableWithHeaderRow",
721721
content: [

0 commit comments

Comments
 (0)