From d890827bae202eb2526b77e6887b988775b7963c Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 4 Aug 2023 15:41:39 +0300 Subject: [PATCH] Fisk asterisk formatting in Asciidoc --- .../ctx-management/property-sources.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/property-sources.adoc b/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/property-sources.adoc index 06c7f9625b..491e7e9ac6 100644 --- a/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/property-sources.adoc +++ b/framework-docs/modules/ROOT/pages/testing/testcontext-framework/ctx-management/property-sources.adoc @@ -35,8 +35,8 @@ in which the test class is defined. A path starting with a slash is treated as a absolute classpath resource (for example: `"/org/example/test.xml"`). A path that references a URL (for example, a path prefixed with `classpath:`, `file:`, or `http:`) is loaded by using the specified resource protocol. Resource location wildcards (such as -`**/*.properties`) are not permitted: Each location must evaluate to exactly one -`.properties` or `.xml` resource. +`{asterisk}{asterisk}/{asterisk}.properties`) are not permitted: Each location must +evaluate to exactly one `.properties` or `.xml` resource. The following example uses a test properties file: