Skip to content

Commit 9c09f9f

Browse files
committed
Add more test references
1 parent c0ca3f6 commit 9c09f9f

22 files changed

Lines changed: 241 additions & 24 deletions

tests/local/fifth/0.1.0/typst.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tools.thing]
2+
setting = "value"
3+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#import "@preview/first:0.1.0": add as add

tests/local/first/0.1.0/typst.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[package]
2+
name = "first"
3+
version = "0.1.0"
4+
entrypoint = "lib.typ"
5+
6+
[template]
7+
thumbnail = "missing.png"
8+
path = "template"
9+
entrypoint = "main.typ"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[package]
2+
name = "forth"
3+
description = "Support for the forth programming language."

tests/local/second/0.2.1/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
totally an MIT license

tests/local/second/0.2.1/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# second
2+
3+
Have a look at the [wikipedia article](https://en.wikipedia.org/wiki/Second) about the SI unit.

tests/local/second/0.2.1/lib.typ

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#let tick(t) = calc.rem(t + 1, 60)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[package]
2+
name = "second"
3+
license = "MIT"
4+
version = "0.2.1"
5+
entrypoint = "lib.typ"
6+
compiler = -inf
7+
exclude = ["LICENSE", "README.md"]
8+
authors = [2024-01-01]
9+
description = "Hi"

tests/local/test/0.1.0/typst.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)