Add a comment about using \. to escape dots in yaml lookup paths

This commit is contained in:
Honza Kral 2013-07-22 00:51:35 +02:00
parent 2a7d2f06d8
commit cca1c50632
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ If one of the levels (eg `tokens`) does not exist, it should return an undefined
If no field name is given (ie the empty string) then return the current
$val -- used for testing the whole response body.
Use \. to specify paths that actually contain '.' in the key name, for example
in the `indices.get_settings` API.
Skipping tests:
---------------
If tests should be skipped on particular versions of Elasticsearch, the