diff options
| author | John MacFarlane <[email protected]> | 2023-06-24 11:21:16 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-06-24 11:21:51 -0700 |
| commit | 52d352a5ae5d66ec74a2c73aa95a8b2abc7ade3c (patch) | |
| tree | 6ac3c36e8ce9fb0acd46fbe88e746d1ce4dcb1b2 | |
| parent | f257c97170ba8db3b771135b98b198d5de2bdb5b (diff) | |
Update #8764 command test for latest change to HTML table parser (#8634).
| -rw-r--r-- | test/command/8764.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/8764.md b/test/command/8764.md index 919f8c738..e5fe43d25 100644 --- a/test/command/8764.md +++ b/test/command/8764.md @@ -21,7 +21,7 @@ <table:table-column table:style-name="Table1.C" /> <table:table-row> <table:table-cell table:style-name="TableRowCell" office:value-type="string"> - <text:p text:style-name="Table_20_Heading">Header</text:p> + <text:p text:style-name="Table_20_Contents">Header</text:p> </table:table-cell> <table:table-cell table:style-name="TableRowCell" office:value-type="string"> <text:p text:style-name="Table_20_Contents">Normal cell (column @@ -34,7 +34,7 @@ </table:table-row> <table:table-row> <table:table-cell table:style-name="TableRowCell" office:value-type="string"> - <text:p text:style-name="Table_20_Heading">Normal cell (column + <text:p text:style-name="Table_20_Contents">Normal cell (column 1)</text:p> </table:table-cell> <table:table-cell table:style-name="TableRowCell" office:value-type="string"> |
