mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-27 07:02:15 +00:00
14 lines
166 B
Plaintext
14 lines
166 B
Plaintext
[article Expect template to fail because there are not enough arguments.
|
|
]
|
|
|
|
[template ternary[x y z] [x][y][z]]
|
|
|
|
[section Failure]
|
|
|
|
[ternary a b ]
|
|
|
|
[endsect]
|
|
|
|
|
|
|