mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
Zig fmt
This commit is contained in:
@@ -1383,7 +1383,8 @@ test "server: get /json/version" {
|
|||||||
defer c.deinit();
|
defer c.deinit();
|
||||||
|
|
||||||
const res1 = try c.httpRequest("GET /json/version HTTP/1.1\r\n\r\n");
|
const res1 = try c.httpRequest("GET /json/version HTTP/1.1\r\n\r\n");
|
||||||
try testing.expectEqualStrings(expected_response, res1); }
|
try testing.expectEqualStrings(expected_response, res1);
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
// again on a new connection
|
// again on a new connection
|
||||||
|
|||||||
Reference in New Issue
Block a user