Skip to content

Commit 03db255

Browse files
committed
typo fixes from erpeng.
1 parent 38ad722 commit 03db255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testing/preparing-tests.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ This is a great way to find the details of the error quickly by just looking
442442
at the test report.
443443

444444
Like `error_log`, this section also supports Perl array values and Perl
445-
regex values though the `eval` filter.
445+
regex values through the `eval` filter.
446446

447447
==== Grep Tests
448448

testing/test-file-layout.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ by the right-hand-side. The resulting 4096-byte Perl string after evaluating
276276
this expression dictated by the `eval` filter will be used as the final
277277
section value for comparison with the actual response body data. It is
278278
obvious that use of the `eval` filter and a Perl expression here is much
279-
more readable and manageable by directly pasting that 4096-byte string
279+
more readable and manageable than directly pasting that 4096-byte string
280280
in the test block.
281281

282282
As with data sections, the user can also define her own filters, as we

0 commit comments

Comments
 (0)