typst/tests/lang/typ/call-paren.typ
2021-01-31 22:43:11 +01:00

12 lines
211 B
Typst

// Test parenthesized function calls.
// Ref: false
---
// Whitespace insignificant.
#[test type(1), "integer"]
#[test type (1), "integer"]
// From variable.
#let alias = type
#[test alias(alias), "function"]