Skip to content

Commit 2d2590e

Browse files
committed
Update test references
1 parent c6844ed commit 2d2590e

5 files changed

Lines changed: 23 additions & 17 deletions

File tree

tests/ref/local+fifth+0.1.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fatal error: Packages must specify an `entrypoint` in their manifest
1+
Fatal error: All `typst.toml` must contain a [package] section. See the README.md file of this repository for details about the manifest format.

tests/ref/local+first+0.1.0.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ error[manifest/package/license/type]: The `license` field should be a string
22
┌─ typst.toml:1:0
33
44
1 │ [package]
5-
│ ^
5+
│ ^^^^^^^^^
66

77
error[manifest/package/description/type]: The `description` field should be a string
88
┌─ typst.toml:1:0
99
1010
1 │ [package]
11-
│ ^
11+
│ ^^^^^^^^^
1212

1313
error[manifest/package/authors/type]: The `authors` field should be an array of strings
1414
┌─ typst.toml:1:0
1515
1616
1 │ [package]
17-
│ ^
17+
│ ^^^^^^^^^
1818

1919
error[manifest/template/thumbnail/not-found]: This file does not exist.
2020
┌─ typst.toml:7:12

tests/ref/local+second+0.2.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ error[manifest/package/authors/type]: The `authors` field should be an array of
2626
┌─ typst.toml:1:0
2727
2828
1 │ [package]
29-
│ ^
29+
│ ^^^^^^^^^
3030

tests/ref/preview+aero-navigator+0.1.0.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
warning[files/manual/unlinked]: This file seems to be a manual/documentation, but isn't linked in the readme. It will be inacessible on Typst Universe.
2+
┌─ docs/manual.pdf:1:0
3+
4+
1 │
5+
│ ^
6+
17
error[readme/image/missing-alt]: Missing alternative description for image. Please add a short description to make this image more accessible.
28
┌─ README.md:16:0
39

tests/ref/preview+mythographer-5e+0.0.1.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
warning[size/large]: This file is quite large (1MB). If it is not required to use the package (i.e. it is a documentation file, or part of an example), it should be added to `exclude` in your `typst.toml`.
2-
┌─ assets/paper/default.jpg:1:0
3-
4-
1 │
5-
│ ^
6-
7-
warning[size/large]: This file is quite large (1MB). If it is not required to use the package (i.e. it is a documentation file, or part of an example), it should be added to `exclude` in your `typst.toml`.
8-
┌─ assets/paper/toa.jpg:1:0
9-
10-
1 │
11-
│ ^
12-
131
warning[readme/link/repository-url-permalink]: GitHub URL links to default branch: `https://github.com/sa1g/dnd-typst-template/tree/master/fonts`.
142

153
Consider using a link to a specific tag/release or a permalink to a commit instead. This will ensure that the linked resource always matches this version of the package.
@@ -22,6 +10,18 @@ Alternatively you can also link to a local file. This is preferred if the linked
2210
38 │ They can be found in [/fonts](https://github.com/sa1g/dnd-typst-template/tree/master/fonts) folder of the repository.
2311
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2412

13+
warning[size/large]: This file is quite large (1MB). If it is not required to use the package (i.e. it is a documentation file, or part of an example), it should be added to `exclude` in your `typst.toml`.
14+
┌─ assets/paper/default.jpg:1:0
15+
16+
1 │
17+
│ ^
18+
19+
warning[size/large]: This file is quite large (1MB). If it is not required to use the package (i.e. it is a documentation file, or part of an example), it should be added to `exclude` in your `typst.toml`.
20+
┌─ assets/paper/toa.jpg:1:0
21+
22+
1 │
23+
│ ^
24+
2525
error[compile/error]: The following error was reported by the Typst compiler: failed to download package (All packages are supposed to be present in the `packages` repository, or in the local cache.)
2626
┌─ lib/config.typ:3:8
2727

0 commit comments

Comments
 (0)