diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-05-17 15:12:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-17 13:12:10 +0000 |
| commit | 7f2b28ae2abe58ff85d628ca1288e28f939e7041 (patch) | |
| tree | ec9071c65b645a2b79e9eb6ff36ad49e7e9150ed /tests | |
| parent | ad598f559e4284fabe45aff63b0eb7c5e5499b7d (diff) | |
Fix mention of current version in test (#4169)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/dict-from-module.png | bin | 237 -> 0 bytes | |||
| -rw-r--r-- | tests/suite/foundations/dict.typ | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/dict-from-module.png b/tests/ref/dict-from-module.png Binary files differdeleted file mode 100644 index 7fd6eec3..00000000 --- a/tests/ref/dict-from-module.png +++ /dev/null diff --git a/tests/suite/foundations/dict.typ b/tests/suite/foundations/dict.typ index 2c2d2a41..d75b9162 100644 --- a/tests/suite/foundations/dict.typ +++ b/tests/suite/foundations/dict.typ @@ -136,8 +136,8 @@ --- dict-from-module --- // Test dictionary constructor -#dictionary(sys).at("version") -#dictionary(sys).at("no-crash", default: none) +#test(type(dictionary(sys).at("version")), version) +#test(dictionary(sys).at("no-crash", default: none), none) --- dict-remove-order --- // Test that removal keeps order. |
