1
0
mirror of synced 2025-12-17 04:02:14 +03:00

Update test/test.cc

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
yhirose
2025-12-05 00:01:52 -05:00
committed by GitHub
parent 536e637877
commit f0f356797f

View File

@@ -12715,6 +12715,7 @@ TEST(ETagTest, StaticFileETagAndIfNoneMatch) {
EXPECT_FALSE(etag.empty());
// Verify ETag format: W/"hex-hex"
ASSERT_GE(etag.length(), 3u);
EXPECT_EQ('W', etag[0]);
EXPECT_EQ('/', etag[1]);
EXPECT_EQ('"', etag[2]);