Add note about how the body is referenced (#33935)

This commit is contained in:
Tomas Della Vedova 2019-01-22 09:07:48 +01:00 committed by GitHub
parent 90ae556d97
commit 257f3eff22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -316,6 +316,8 @@ Supports also regular expressions with flag X for more readability (accepts whit
\d+ \s+ \d{2}:\d{2}:\d{2} \s+ \d+ \s+ \n $/
....
**Note:** `$body` is used to refer to the last obtained response body as a string, while `''` refers to the parsed representation (parsed into a Map by the Java runner for instance). Having the raw string response is for example useful when testing cat APIs.
=== `lt` and `gt`
Compares two numeric values, eg: