Attention needed from Yoav Weiss (@Shopify)
Arthur Sonzogni voted and added 2 comments![Open in Gerrit]()
Votes added by Arthur Sonzogni
2 comments
Patchset-level comments
File third_party/blink/renderer/core/html/parser/literal_buffer_test.cc
Line 54, Patchset 2 (Latest): EXPECT_EQ(String(base::span(buf)), u"defabc");Arthur Sonzogni .
resolvedAlternatively:
```
EXPECT_TRUE(base::ranges::equal(base::span(buf), base::span(u"defabc").first(6)));
```
(But this is a bit weird to use `first(6)` to avoid comparing against the last `\0` from the string literal.
Open in GerritRelated details
Attention is currently required from:
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I8d69d8ac1e4d569590ce568edb2f2078b3fafed4
Gerrit-Change-Number: 7105827
Gerrit-PatchSet: 2
Gerrit-Comment-Date: Wed, 11 Mar 2026 17:27:37 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes