quickbook/test/template_arguments3-1_5-fail.quickbook
Daniel James c87178fb53 Fix crash calling template with no arguments
Only happend when quickbook file version < 1.5
2017-02-12 11:36:13 +00:00

12 lines
165 B
Plaintext

[article Expect template to fail because there are no arguments.
[quickbook 1.5]
]
[template ternary[x y z] [x][y][z]]
[section Failure]
[ternary]
[endsect]