From ed6ab58c0f610cb663090f8ee0eec8c3a40c80d8 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 09:47:13 -0700 Subject: [PATCH] Fix doctest data (#1902) (#1998) (cherry picked from commit ff059f0511fb86a9fb9327e67d42a25ca28c6b5b) Signed-off-by: Yury-Fridlyand Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- doctest/test_data/nested_objects.json | 2 -- doctest/test_data/wildcard.json | 11 ----------- 2 files changed, 13 deletions(-) diff --git a/doctest/test_data/nested_objects.json b/doctest/test_data/nested_objects.json index fc5f56b4c5..bee976806e 100644 --- a/doctest/test_data/nested_objects.json +++ b/doctest/test_data/nested_objects.json @@ -1,4 +1,2 @@ -{"index":{"_id":"1"}} {"message":{"info":"a","author":"e","dayOfWeek":1},"comment":{"data":"ab","likes":3},"myNum":1,"someField":"b"} -{"index":{"_id":"2"}} {"message":{"info":"b","author":"f","dayOfWeek":2},"comment":{"data":"aa","likes":2},"myNum":2,"someField":"a"} diff --git a/doctest/test_data/wildcard.json b/doctest/test_data/wildcard.json index c91778d8ab..21256ed8dc 100644 --- a/doctest/test_data/wildcard.json +++ b/doctest/test_data/wildcard.json @@ -1,22 +1,11 @@ -{"index":{"_id":"0"}} {"Body":"test wildcard"} -{"index":{"_id":"1"}} {"Body":"test wildcard in the end of the text%"} -{"index":{"_id":"2"}} {"Body":"%test wildcard in the beginning of the text"} -{"index":{"_id":"3"}} {"Body":"test wildcard in % the middle of the text"} -{"index":{"_id":"4"}} {"Body":"test wildcard %% beside each other"} -{"index":{"_id":"5"}} {"Body":"test wildcard in the end of the text_"} -{"index":{"_id":"6"}} {"Body":"_test wildcard in the beginning of the text"} -{"index":{"_id":"7"}} {"Body":"test wildcard in _ the middle of the text"} -{"index":{"_id":"8"}} {"Body":"test wildcard __ beside each other"} -{"index":{"_id":"9"}} {"Body":"test backslash wildcard \\_"} -{"index":{"_id":"10"}} {"Body":"tEsT wIlDcArD sensitive cases"}