From 712191f2af821d42704cc49fda56c499de890fa8 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Mon, 2 Mar 2020 11:56:42 +1100 Subject: [PATCH] [DOCS] Fix typo and ensure asterisks render properly (#52991) (#52992) Fix a typo and rendering issue for doc test example. --- docs/README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.asciidoc b/docs/README.asciidoc index 0cdef202f99..f6a8ed48e63 100644 --- a/docs/README.asciidoc +++ b/docs/README.asciidoc @@ -23,7 +23,7 @@ See: https://github.com/elastic/docs Snippets marked with `[source,console]` are automatically annotated with "VIEW IN CONSOLE" and "COPY AS CURL" in the documentation and are automatically tested by the command `./gradlew -pdocs check`. To test just the docs from a -single page, use e.g. `./gradlew -ddocs integTestRunner --tests "*rollover*"`. +single page, use e.g. `./gradlew -pdocs integTestRunner --tests "\*rollover*"`. By default each `[source,console]` snippet runs as its own isolated test. You can manipulate the test execution in the following ways: