summaryrefslogtreecommitdiff
path: root/tools/quickbook/test/template_arguments2-1_1-fail.quickbook
blob: 4f8133708aa0b7b5b0adb211307343508ea63609 (plain)
1
2
3
4
5
6
7
8
9
10
[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]