🏷️ Do not label implicit heading nodes #3295
Annotations
4 errors and 1 warning
Run npm run test:
packages/mystmd/tests/endToEnd.spec.ts#L56
AssertionError: expected 'This page includes content from page …' to deeply equal 'This page includes content from page …'
- Expected
+ Received
This page includes content from page two:
- = Page two <page-two>
+ = Page two
This page includes content from page three:
- = Page three <page-three>
+ = Page three
This page does not include any other pages.
and content from page three:
- = Page three <page-three>
+ = Page three
This page does not include any other pages.
❯ tests/endToEnd.spec.ts:56:78
❯ tests/endToEnd.spec.ts:47:13
|
Run npm run test:
packages/mystmd/tests/endToEnd.spec.ts#L56
AssertionError: expected 'This page includes content from page …' to deeply equal 'This page includes content from page …'
- Expected
+ Received
This page includes content from page two:
- = Page two <page-two>
+ = Page two
This page includes content from page three:
- = Page three <page-three>
+ = Page three
This page includes content from page one:
and content from page three:
- = Page three <page-three>
+ = Page three
This page includes content from page one:
and page four:
- = Page four <page-four>
+ = Page four
This page includes content from itself:
❯ tests/endToEnd.spec.ts:56:78
❯ tests/endToEnd.spec.ts:47:13
|
Run npm run test:
packages/mystmd/tests/endToEnd.spec.ts#L56
AssertionError: expected '#import "lapreprint.typ": *\n#show: t…' to deeply equal '#import "lapreprint.typ": *\n#show: t…'
- Expected
+ Received
#import "lapreprint.typ": *
#show: template.with(
title: "Testing Math Plugins",
abstract: (
(
title: "Abstract",
content: [
]
),
),
date: datetime(
year: 2024,
month: 1,
day: 1,
),
keywords: (),
authors: (
),
affiliations: (
),
margin: (
),
)
/* Math Macros */
#let three = $d$
#let one = $x$
#let five = $x = x$
#let six = $d = d$
#let seven = $d = d = d$
- = No plugins <no-plugins>
+ = No plugins
$ a^2 + b^2 = c^2 $
- = Simple plugin <simple-plugin>
+ = Simple plugin
Project frontmatter should give us `d`
$ d = three $
Page should override and we should see `x`
$ x = one $
- = Macros should recurse <macros-should-recurse>
+ = Macros should recurse
Page frontmatter should fill in this project macro
$ five $
Project frontmatter should fill in this page macro
$ six $
Double recurse
$ seven $
❯ tests/endToEnd.spec.ts:56:78
❯ tests/endToEnd.spec.ts:47:13
|
Run npm run test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading