Skip to content

Commit c51ab69

Browse files
author
Zoe Slattery
committed
doc for %r section in EXPECTF
1 parent 5913196 commit c51ab69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

expectf_details.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
<td> %c </td>
7777
<td> A single character of any sort (.) </td>
7878
</tr>
79+
<tr>
80+
<td> %r...$r</td>
81+
<td> Any string (...) enclosed between two %r will be treated as a regular expression </td>
82+
</tr>
7983
<tr>
8084
<td> %unicode|string% </td>
8185
<td> Matches the string 'unicode' in PHP6 test output and 'string' in PHP5 test output. </td>

0 commit comments

Comments
 (0)