Skip to content

Commit

Permalink
end of day, so play a bit more with this
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Aug 6, 2020
1 parent 758979a commit 3e0b5da
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -311,25 +311,26 @@ and optionally an <var>extract-value flag</var>, run these steps:
<table>
<tr>
<th>Input
<th>Final position (always starts at 0)
<th>Output
<th>Output with the <var>extract-value flag</var> set
<th>Final <a>position variable</a> value
<tr>
<td>"<code>"\</code>"
<td>2
<td>"<code><mark>"\</mark></code>"
<td>"<code>"\</code>"
<td>"<code>\</code>"
<td>2
<tr>
<td>"<code>"Hello" World</code>"
<td>7
<td>"<code><mark>"Hello"</mark> World</code>"
<td>"<code>"Hello"</code>"
<td>"<code>Hello</code>"
<td>7
<tr>
<td>"<code>"Hello \\ World\""</code>"
<td>18
<td>"<code><mark>"Hello \\ World\""</mark></code>"
<td>"<code>"Hello \\ World\""</code>"
<td>"<code>Hello \ World"</code>"
<td>18
</table>
<p class=tablenote><small>The <a>position variable</a> always starts at 0 in these examples.</small>
</div>


Expand Down

0 comments on commit 3e0b5da

Please sign in to comment.