We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d122bd commit 5dbdf83Copy full SHA for 5dbdf83
src/browser/cssom/css_value_analyzer.zig
@@ -733,7 +733,6 @@ test "escapeCSSValue - control characters and Unicode" {
733
734
result = try CSSValueAnalyzer.escapeCSSValue(allocator, "test\"quote\nline\\back");
735
try testing.expectEqual("\"test\\\"quote\\A line\\\\back\"", result);
736
- allocator.free(result);
737
}
738
739
test "isValidPropertyName - CSS custom properties and vendor prefixes" {
0 commit comments