🐛 Improve error message for missing javascript and python plugins #3418
Annotations
7 errors
lint
Process completed with exit code 1.
|
tests/endToEnd.spec.ts > End-to-end cli export tests > Math macros:
packages/mystmd/tests/endToEnd.spec.ts#L65
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
$ a^2 + b^2 = c^2 $
= Simple plugin
Project frontmatter should give us `d`
$ d = three $
Page should override and we should see `x`
$ x = one $
= 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:65:91
❯ tests/endToEnd.spec.ts:56:13
|
Testing on node 20
Process completed with exit code 1.
|
Testing on node 18
The job was canceled because "_20" failed.
|
Testing on node 18
The operation was canceled.
|
Testing on node 22.4.x
The job was canceled because "_20" failed.
|
Testing on node 22.4.x
The operation was canceled.
|