diff --git a/vlib/net/http/request_test.v b/vlib/net/http/request_test.v index 36aa8809f8..2cc88f2d74 100644 --- a/vlib/net/http/request_test.v +++ b/vlib/net/http/request_test.v @@ -95,8 +95,8 @@ fn test_parse_form() { 'a': 'b' 'c': ' d ' } - assert parse_form('{json}') == { - 'json': '{json}' + assert parse_form(r'{json}') == { + 'json': r'{json}' } assert parse_form('{ "_id": "76c",