Merge source and substitution configuration in reference docs
Closes gh-25545
This commit is contained in:
@@ -4954,8 +4954,7 @@ The preceding code listings use the same XML context file referenced by the
|
||||
`@ContextConfiguration` annotation (that is, `repository-config.xml`). The following
|
||||
shows this configuration:
|
||||
|
||||
[source,xml,indent=0]
|
||||
[subs="verbatim,quotes"]
|
||||
[source,xml,indent=0,subs="verbatim,quotes"]
|
||||
----
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
@@ -5116,8 +5115,7 @@ need to configure a theme in the mock session managed by the TestContext framewo
|
||||
following example shows how to do so:
|
||||
|
||||
.Session-scoped bean configuration
|
||||
[source,xml,indent=0]
|
||||
[subs="verbatim,quotes"]
|
||||
[source,xml,indent=0,subs="verbatim,quotes"]
|
||||
----
|
||||
<beans>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user