- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 21 Nov 2018 03:47:05 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 21 November 2018 11:47:26 UTC
annevk commented on this pull request.
> +
+ <li><p>Let <var>value</var> be the empty string.
+
+ <li><p>Assert: the <a>code point</a> at <var>position</var> within <var>input</var> is U+0022 (").
+
+ <li><p>Advance <var>position</var> by 1.
+
+ <li>
+ <p>While true:
+
+ <ol>
+ <li><p>Append the result of <a>collecting a sequence of code points</a> that are not U+0022 (")
+ or U+005C (\) from <var>input</var>, given <var>position</var>, to <var>value</var>.
+
+ <li>
+ <p>If <var>position</var> is not past the end of <var>input</var>, then:
I added a commit that does this, but note that you'll need an additional break due to having to deal with ". But there's less nesting, so probably acceptable.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/831#discussion_r235355743
Received on Wednesday, 21 November 2018 11:47:26 UTC