]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/quickbook/test/template_arguments3-1_1-fail.quickbook
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / quickbook / test / template_arguments3-1_1-fail.quickbook
index 1c45e09c7caa80a7bfb0564a2aa687606729ccb0..83b2daa903e73947b7389ec4674259cbb1128ef9 100644 (file)
@@ -1,6 +1,10 @@
-[article Expect template to fail because there are not enough arguments on 1.5.
-    [quickbook 1.5]
+[article Expect template to fail because there are no arguments.
 ]
 
-[template ternary[x y z] {[x]-[y]-[z]}]
-[ternary 1..2 3 4]
\ No newline at end of file
+[template ternary[x y z] [x][y][z]]
+
+[section Failure]
+
+[ternary]
+
+[endsect]