Merge branch '1.2.x'

This commit is contained in:
Andy Wilkinson
2017-10-23 15:48:32 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -760,7 +760,7 @@ for documenting a request part's body and its fields.
[[documenting-your-api-request-parts-payloads-fields]]
[[documenting-your-api-request-parts-payloads-body]]
==== Documenting a request part's body
A snippet containing the body of a request part can be generated:

View File

@@ -153,7 +153,7 @@ The title of a table can be specified using a line prefixed by a `.`:
[[working-with-asciidoctor-customizing-tables-title]]
[[working-with-asciidoctor-customizing-tables-formatting-problems]]
==== Avoiding table formatting problems
Asciidoctor uses the `|` character to delimit cells in a table. This can cause problems

View File

@@ -55,7 +55,7 @@ public class Payload {
subsectionWithPath("contact").description("The user's contact details")))) // <1>
.when().get("/user/5")
.then().assertThat().statusCode(is(200));
// end::response[]
// end::subsection[]
}
public void explicitType() throws Exception {