🔧 More typst export improvements #3187
Annotations
9 errors and 1 warning
Run npm run test:
packages/myst-to-typst/tests/run.spec.ts#L40
AssertionError: expected '= My Heading <section-one>\n\nPlease …' to deeply equal '= My Heading <section-one>\n\nPlease …'
- Expected
+ Received
= My Heading <section-one>
- Please see @Section-one for more information!
+ Please see #link(<section-one>)[] for more information!
❯ tests/run.spec.ts:40:52
|
|
Run npm run test:
packages/myst-to-typst/tests/run.spec.ts#L40
AssertionError: expected '#show figure: set block(breakable: br…' to deeply equal '#show figure: set block(breakable: tr…'
- Expected
+ Received
- #show figure: set block(breakable: true)
+ #show figure: set block(breakable: breakableDefault)
#figure(
image("glacier.jpg", width: 62.5%),
kind: "figure",
supplement: [Figure],
) <glacier>
❯ tests/run.spec.ts:40:52
|
Run npm run test:
packages/myst-to-typst/tests/run.spec.ts#L40
AssertionError: expected '#show figure: set block(breakable: br…' to deeply equal '#show figure: set block(breakable: tr…'
- Expected
+ Received
- #show figure: set block(breakable: true)
+ #show figure: set block(breakable: breakableDefault)
#figure(
image("glacier.jpg", width: 62.5%),
caption: [
A curious figure.
],
kind: "figure",
supplement: [Figure],
) <glacier>
❯ tests/run.spec.ts:40:52
|
Run npm run test:
packages/myst-to-typst/tests/run.spec.ts#L40
AssertionError: expected '#tablex(columns: 2, header-rows: 1, r…' to deeply equal '#tablex(columns: 2, header-rows: 1, r…'
- Expected
+ Received
- #tablex(columns: 2, header-rows: 1, repeat-header: true, ..tableStyle,
+ #tablex(columns: 2, header-rows: 1, repeat-header: true, ..tableStyle, ..columnStyle,
[
Head 1, Column 1
],
[
Head 1, Column 2
],
[
Row 1, Column 1
],
[
Row 1, Column 2
],
)
❯ tests/run.spec.ts:40:52
|
Run npm run test:
packages/myst-to-typst/tests/run.spec.ts#L40
AssertionError: expected '#tablex(columns: 2, header-rows: 1, r…' to deeply equal '#tablex(columns: 2, header-rows: 1, r…'
- Expected
+ Received
- #tablex(columns: 2, header-rows: 1, repeat-header: true, ..tableStyle,
+ #tablex(columns: 2, header-rows: 1, repeat-header: true, ..tableStyle, ..columnStyle,
[
Head 1, Column 1
],
[
Head 1, Column 2
],
[
Row 1, Column 1
// my comment
],
[
Row 1, Column 2
],
)
❯ tests/run.spec.ts:40:52
|
Run npm run test:
packages/myst-to-typst/tests/run.spec.ts#L40
AssertionError: expected '#tablex(columns: 2, header-rows: 0, r…' to deeply equal '#tablex(columns: 2, header-rows: 0, r…'
- Expected
+ Received
- #tablex(columns: 2, header-rows: 0, repeat-header: true, ..tableStyle,
+ #tablex(columns: 2, header-rows: 0, repeat-header: true, ..tableStyle, ..columnStyle,
cellx(rowspan: 2, )[
Head 1, Column 1
],
[
Head 1, Column 2
],
[
Row 1, Column 2
],
)
❯ tests/run.spec.ts:40:52
|
Run npm run test:
packages/myst-to-typst/tests/run.spec.ts#L40
AssertionError: expected '#tablex(columns: 2, header-rows: 0, r…' to deeply equal '#tablex(columns: 2, header-rows: 0, r…'
- Expected
+ Received
- #tablex(columns: 2, header-rows: 0, repeat-header: true, ..tableStyle,
+ #tablex(columns: 2, header-rows: 0, repeat-header: true, ..tableStyle, ..columnStyle,
cellx(colspan: 2, )[
Head 1, Column 1
],
[
Row 1, Column 1
],
[
Row 1, Column 2
],
)
❯ tests/run.spec.ts:40:52
|
Run npm run test
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading