packages feed

typst-0.1.0.0: test/typ/compiler/ops-04.typ

// Test numbers with alternative bases.
#test(0x10, 16)
#test(0b1101, 13)
#test(0xA + 0xa, 0x14)