mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Fix mention of current version in test (#4169)
This commit is contained in:
parent
ad598f559e
commit
7f2b28ae2a
Binary file not shown.
Before Width: | Height: | Size: 237 B |
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user