Skip to content

Commit 932c253

Browse files
committed
fixing other non escaped characters
1 parent b0e3fcc commit 932c253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/aggregations/search-aggregations-bucket-daterange-aggregation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ POST /sales/_search?size=0
3030
}
3131
}
3232
```
33-
% TEST[setup:sales s/now-10M/M/10-2015/]
33+
% TEST[setup:sales s/now-10M\/M/10-2015/]
3434

3535
1. < now minus 10 months, rounded down to the start of the month.
3636
2. >= now minus 10 months, rounded down to the start of the month.
@@ -255,7 +255,7 @@ POST /sales/_search?size=0
255255
}
256256
}
257257
```
258-
% TEST[setup:sales s/now-10M/M/10-2015/]
258+
% TEST[setup:sales s/now-10M\/M/10-2015/]
259259

260260
Response:
261261

0 commit comments

Comments
 (0)