Skip to content

Commit

Permalink
refine doc [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JakimLi committed Oct 24, 2018
1 parent 61ce9bd commit 6c57141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -1123,8 +1123,8 @@ You can write the code snippet in one line, in block as doc string, or in separa
* If you have multiple lines in the code snippet, only the result of the last line will be used as the result.
* If you need to write complex code in the snippet, consider to put them in java with cucumber steps first.
* [Nashorn](https://docs.oracle.com/javase/8/docs/technotes/guides/scripting/nashorn/api.html) is used for script evaluation.
* If jdk version under java 8u40, you might encounter issue about 0 to be returned as 0.0, you can either upgrade your jdk version
or you need to do verification as it was double.
* If your jdk version under java 8u40, you might encounter issue about 0 was returned as 0.0, you can either upgrade your jdk version
or you need to do use it as double.

#### verify response and variable equals the result of the evaluation
@since 0.2.1
Expand Down

0 comments on commit 6c57141

Please sign in to comment.