quickbook/test/template_arguments2-1_1-fail.quickbook
Daniel James 152fe4fa5d Quickbook: Rename and rearrange some tests.
- More consistent names.
- Not using `.` in basename.
- Run the quickbook manual test last (as when there's an error, the more
  specific tests are more informative).
- Combine some of the code tests.

[SVN r75235]
2011-11-01 19:20:46 +00:00

11 lines
158 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]