From 3d31c0b858c2c98269f31f6a1b6b40dc263cfa3e Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Wed, 23 Dec 2020 11:57:19 -0600 Subject: [PATCH] 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 05c622fc79d2e..a7f4ea6248c9f 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"}