We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6808b9f commit 00ce40bCopy full SHA for 00ce40b
docs/README.asciidoc
@@ -60,6 +60,8 @@ for its modifiers:
60
"figures out" the path. This is especially useful for making sweeping
61
assertions like "I made up all the numbers in this example, don't compare
62
them" which looks like `// TESTRESPONSE[s/\d+/$body.$_path/]`.
63
+ * You can't use `// TESTRESPONSE` immediately after `// TESTSETUP`. Instead,
64
+ consider using `// TEST[continued]` or rearrange your snippets.
65
* `// TESTRESPONSE[_cat]`: Add substitutions for testing `_cat` responses. Use
66
this after all other substitutions so it doesn't make other substitutions
67
difficult.
0 commit comments