mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
removed unnecessary call to free
This commit is contained in:
@@ -733,7 +733,6 @@ test "escapeCSSValue - control characters and Unicode" {
|
||||
|
||||
result = try CSSValueAnalyzer.escapeCSSValue(allocator, "test\"quote\nline\\back");
|
||||
try testing.expectEqual("\"test\\\"quote\\A line\\\\back\"", result);
|
||||
allocator.free(result);
|
||||
}
|
||||
|
||||
test "isValidPropertyName - CSS custom properties and vendor prefixes" {
|
||||
|
||||
Reference in New Issue
Block a user