OpenSearch/modules/lang-painless
Nik Everett f24ca5188a Fix some issues with painless's strings (#22393)
1. Escape sequences we're working. For example `\\` is now correctly
interpreted as `\` instead of `\\`. Same with `\'` being `'` and
`\"` being `"`.
2. `'` delimited strings weren't allowed to contain `"`s but it looked
like they were intended to support it. Now they do.
3. Improves the error message when the script contains an invalid
escape sequence inside a string to include a list of the valid
escape sequences.

Closes #22372
2017-01-06 11:35:22 -05:00
..
licenses merge master 2016-06-11 13:23:17 -04:00
src Fix some issues with painless's strings (#22393) 2017-01-06 11:35:22 -05:00
ant.xml Remove Painless grammar ambiguities. 2016-05-23 16:39:52 -07:00
build.gradle Circuit break the number of inline scripts compiled per minute 2016-08-09 10:26:27 -06:00