From 8f3a6cd9137aa8ead25726342001c0302b692ddc Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Wed, 23 Dec 2020 12:58:43 -0600 Subject: [PATCH] [7.10] Use single backslash for nested paths (#66794) --- .../resources/rest-api-spec/test/search.highlight/20_fvh.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/search.highlight/20_fvh.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/search.highlight/20_fvh.yml index 05c622fc79d..a7f4ea6248c 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/search.highlight/20_fvh.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/search.highlight/20_fvh.yml @@ -112,5 +112,5 @@ setup: nested.title: type: fvh - - match: {hits.hits.0.inner_hits.nested_hits.hits.hits.0.highlight.nested\\.title.0: "purple octopus"} - - match: {hits.hits.0.inner_hits.nested_hits.hits.hits.1.highlight.nested\\.title.0: "purple fish"} + - match: {hits.hits.0.inner_hits.nested_hits.hits.hits.0.highlight.nested\.title.0: "purple octopus"} + - match: {hits.hits.0.inner_hits.nested_hits.hits.hits.1.highlight.nested\.title.0: "purple fish"}