We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e43ea5 commit 7455e96Copy full SHA for 7455e96
libs/core/src/test/java/org/elasticsearch/core/GlobTests.java
@@ -177,7 +177,7 @@ interface CharPredicate {
177
}
178
179
private String randomAsciiString(int length) {
180
- return randomAsciiString(length, ch -> ch >= ' ' && ch <= '~');
+ return randomAsciiString(length, ch -> ch >= ' ' && ch <= '~' && ch != '*');
181
182
183
private String randomAsciiString(int length, CharPredicate validCharacters) {
0 commit comments