Skip to content

Commit 63be118

Browse files
committed
Reinstate missing section headings in the reference documentation
Closes gh-833
1 parent d34962c commit 63be118

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/src/docs/asciidoc/configuration.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ include::{examples-dir}/com/example/webtestclient/CustomFormat.java[tags=custom-
127127
----
128128
include::{examples-dir}/com/example/restassured/CustomFormat.java[tags=custom-format]
129129
----
130-
====
131130

132131

133132

@@ -195,3 +194,5 @@ include::{examples-dir}/com/example/restassured/CustomDefaultOperationPreprocess
195194
----
196195
<1> Apply a request preprocessor that removes the header named `Foo`.
197196
<2> Apply a response preprocessor that pretty prints its content.
197+
198+

docs/src/docs/asciidoc/customizing-requests-and-responses.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ include::{examples-dir}/com/example/webtestclient/PerTestPreprocessing.java[tags
2424
<1> Apply a request preprocessor that removes the header named `Foo`.
2525
<2> Apply a response preprocessor that pretty prints its content.
2626

27+
[source,java,indent=0,role="secondary"]
2728
.REST Assured
2829
----
2930
include::{examples-dir}/com/example/restassured/PerTestPreprocessing.java[tags=preprocessing]
3031
----
3132
<1> Apply a request preprocessor that removes the header named `Foo`.
3233
<2> Apply a response preprocessor that pretty prints its content.
33-
====
3434

3535
Alternatively, you may want to apply the same preprocessors to every test.
3636
You can do so by using the `RestDocumentationConfigurer` API in your `@Before` method to configure the preprocessors.

0 commit comments

Comments
 (0)