Skip to content

Commit db44d73

Browse files
committed
Merge pull request #18288 from izeye
* pr/18288: Fix a broken Asciidoctor syntax Closes gh-18288
2 parents 02759d6 + 0243cfa commit db44d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6039,8 +6039,8 @@ Testing within a mocked environment is usually faster than running with a full S
60396039
However, since mocking occurs at the Spring MVC layer, code that relies on lower-level Servlet container behavior cannot be directly tested with MockMvc.
60406040
60416041
For example, Spring Boot's error handling is based on the "`error page`" support provided by the Servlet container.
6042-
This means that, whilst you can test your MVC layer throws and handles exceptions as expected, you cannot directly test that a specific <<#boot-features-error-handling-custom-error-pages, custom error page>> is rendered.
6043-
If you need to tests these lower-level concerns, you can start a fully running server as described in the next section.
6042+
This means that, whilst you can test your MVC layer throws and handles exceptions as expected, you cannot directly test that a specific <<boot-features-error-handling-custom-error-pages, custom error page>> is rendered.
6043+
If you need to test these lower-level concerns, you can start a fully running server as described in the next section.
60446044
====
60456045

60466046

0 commit comments

Comments
 (0)