File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ are tests even if they don't have `// CONSOLE` but usually `// TEST` is used
19
19
for its modifiers:
20
20
* `// TEST[s/foo/bar/]` : Replace `foo` with `bar` in the generated test. This
21
21
should be used sparingly because it makes the snippet "lie". Sometimes,
22
- though, you can use it to make the snippet more clear more clear . Keep in
23
- mind the that if there are multiple substitutions then they are applied in
24
- the order that they are defined.
22
+ though, you can use it to make the snippet more clear. Keep in mind that
23
+ if there are multiple substitutions then they are applied in the order that
24
+ they are defined.
25
25
* `// TEST[catch:foo]` : Used to expect errors in the requests. Replace `foo`
26
26
with `request` to expect a 400 error, for example. If the snippet contains
27
27
multiple requests then only the last request will expect the error.
You can’t perform that action at this time.
0 commit comments