Skip to content

Commit ff059f0

Browse files
Fix doctest data (opensearch-project#1902)
Signed-off-by: Yury-Fridlyand <[email protected]>
1 parent b977f1e commit ff059f0

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

doctest/test_data/nested_objects.json

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
{"index":{"_id":"1"}}
21
{"message":{"info":"a","author":"e","dayOfWeek":1},"comment":{"data":"ab","likes":3},"myNum":1,"someField":"b"}
3-
{"index":{"_id":"2"}}
42
{"message":{"info":"b","author":"f","dayOfWeek":2},"comment":{"data":"aa","likes":2},"myNum":2,"someField":"a"}

doctest/test_data/wildcard.json

-11
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
{"index":{"_id":"0"}}
21
{"Body":"test wildcard"}
3-
{"index":{"_id":"1"}}
42
{"Body":"test wildcard in the end of the text%"}
5-
{"index":{"_id":"2"}}
63
{"Body":"%test wildcard in the beginning of the text"}
7-
{"index":{"_id":"3"}}
84
{"Body":"test wildcard in % the middle of the text"}
9-
{"index":{"_id":"4"}}
105
{"Body":"test wildcard %% beside each other"}
11-
{"index":{"_id":"5"}}
126
{"Body":"test wildcard in the end of the text_"}
13-
{"index":{"_id":"6"}}
147
{"Body":"_test wildcard in the beginning of the text"}
15-
{"index":{"_id":"7"}}
168
{"Body":"test wildcard in _ the middle of the text"}
17-
{"index":{"_id":"8"}}
189
{"Body":"test wildcard __ beside each other"}
19-
{"index":{"_id":"9"}}
2010
{"Body":"test backslash wildcard \\_"}
21-
{"index":{"_id":"10"}}
2211
{"Body":"tEsT wIlDcArD sensitive cases"}

0 commit comments

Comments
 (0)