diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-08-31 12:59:53 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-08-31 12:59:53 +0200 |
| commit | 3481d8cc81a2b3a14118869c7f0ffe204ff3efc8 (patch) | |
| tree | 907efa2e092366a24e25243854b1a4e088cc04a9 /tests/typ/code/repr.typ | |
| parent | ee84bf74083f5b9cc88a2a0a968dc905b1eef22c (diff) | |
More utility functions
- join("a", "b", "c", sep: ", ")
- int("12")
- float("31.4e-1")
- str(10)
- sorted((3, 2, 1))
Diffstat (limited to 'tests/typ/code/repr.typ')
| -rw-r--r-- | tests/typ/code/repr.typ | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/typ/code/repr.typ b/tests/typ/code/repr.typ index 35a47e49..22890ff1 100644 --- a/tests/typ/code/repr.typ +++ b/tests/typ/code/repr.typ @@ -51,10 +51,5 @@ {() => none} --- -// Test using the `repr` function. - -// Returns a string. -#test(repr((1, 2, false, )), "(1, 2, false)") - -// Not in monospace +// When using the `repr` function it's not in monospace. #repr(23deg) |
