summaryrefslogtreecommitdiff
path: root/tests/lang/typ/values.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-01-30 12:09:26 +0100
committerLaurenz <laurmaedje@gmail.com>2021-01-30 12:09:26 +0100
commit89eb8bae49edb71d9a9279a2210bb1ccaf4dd707 (patch)
tree160b1a2ff41b5bba8a58f882df9d10c9eb036cf2 /tests/lang/typ/values.typ
parentac24075469f171fe83a976b9a97b9b1ea078a7e3 (diff)
New syntax 💎
- Everything everywhere! - Blocks with curly braces: {} - Templates with brackets: [] - Function templates with hashtag: `#[f]` - Headings with equals sign: `= Introduction`
Diffstat (limited to 'tests/lang/typ/values.typ')
-rw-r--r--tests/lang/typ/values.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/typ/values.typ b/tests/lang/typ/values.typ
index 55712c4d..53c2ea68 100644
--- a/tests/lang/typ/values.typ
+++ b/tests/lang/typ/values.typ
@@ -37,4 +37,4 @@
{"a\n[]\"\u{1F680}string"} \
// Templates.
-{[*{"Hi"} [f 1]*]}
+{[*{"Hi"} #[f 1]*]}