1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

http: fix request_test.v

This commit is contained in:
Alexander Medvednikov 2022-10-27 11:28:44 +03:00
parent a134c09718
commit c9934672c4

View File

@ -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",