typst-0.9: test/typ/compiler/ops-07.out
--- parse tree ---
[ Comment
, ParBreak
, Comment
, SoftBreak
, Code
"typ/compiler/ops-07.typ"
( line 4 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg (Not (Literal (Boolean True)))
, NormalArg (Literal (Boolean False))
])
, SoftBreak
, Code
"typ/compiler/ops-07.typ"
( line 5 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg (Not (Literal (Boolean False)))
, NormalArg (Literal (Boolean True))
])
, ParBreak
, Comment
, SoftBreak
, Code
"typ/compiler/ops-07.typ"
( line 8 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg
(And (Literal (Boolean False)) (Literal (Boolean False)))
, NormalArg (Literal (Boolean False))
])
, SoftBreak
, Code
"typ/compiler/ops-07.typ"
( line 9 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg
(And (Literal (Boolean False)) (Literal (Boolean True)))
, NormalArg (Literal (Boolean False))
])
, SoftBreak
, Code
"typ/compiler/ops-07.typ"
( line 10 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg
(And (Literal (Boolean True)) (Literal (Boolean False)))
, NormalArg (Literal (Boolean False))
])
, SoftBreak
, Code
"typ/compiler/ops-07.typ"
( line 11 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg (And (Literal (Boolean True)) (Literal (Boolean True)))
, NormalArg (Literal (Boolean True))
])
, ParBreak
, Comment
, SoftBreak
, Code
"typ/compiler/ops-07.typ"
( line 14 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg
(Or (Literal (Boolean False)) (Literal (Boolean False)))
, NormalArg (Literal (Boolean False))
])
, SoftBreak
, Code
"typ/compiler/ops-07.typ"
( line 15 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg (Or (Literal (Boolean False)) (Literal (Boolean True)))
, NormalArg (Literal (Boolean True))
])
, SoftBreak
, Code
"typ/compiler/ops-07.typ"
( line 16 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg (Or (Literal (Boolean True)) (Literal (Boolean False)))
, NormalArg (Literal (Boolean True))
])
, SoftBreak
, Code
"typ/compiler/ops-07.typ"
( line 17 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg (Or (Literal (Boolean True)) (Literal (Boolean True)))
, NormalArg (Literal (Boolean True))
])
, ParBreak
, Comment
, SoftBreak
, Code
"typ/compiler/ops-07.typ"
( line 20 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg
(And (Literal (Boolean False)) (Ident (Identifier "dont-care")))
, NormalArg (Literal (Boolean False))
])
, SoftBreak
, Code
"typ/compiler/ops-07.typ"
( line 21 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg
(Or (Literal (Boolean True)) (Ident (Identifier "dont-care")))
, NormalArg (Literal (Boolean True))
])
, ParBreak
]
--- evaluated ---
document(body: { parbreak(),
text(body: [
]),
text(body: [✅]),
text(body: [
]),
text(body: [✅]),
parbreak(),
text(body: [
]),
text(body: [✅]),
text(body: [
]),
text(body: [✅]),
text(body: [
]),
text(body: [✅]),
text(body: [
]),
text(body: [✅]),
parbreak(),
text(body: [
]),
text(body: [✅]),
text(body: [
]),
text(body: [✅]),
text(body: [
]),
text(body: [✅]),
text(body: [
]),
text(body: [✅]),
parbreak(),
text(body: [
]),
text(body: [✅]),
text(body: [
]),
text(body: [✅]),
parbreak() })