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:
parent
a134c09718
commit
c9934672c4
@ -95,8 +95,8 @@ fn test_parse_form() {
|
|||||||
'a': 'b'
|
'a': 'b'
|
||||||
'c': ' d '
|
'c': ' d '
|
||||||
}
|
}
|
||||||
assert parse_form('{json}') == {
|
assert parse_form(r'{json}') == {
|
||||||
'json': '{json}'
|
'json': r'{json}'
|
||||||
}
|
}
|
||||||
assert parse_form('{
|
assert parse_form('{
|
||||||
"_id": "76c",
|
"_id": "76c",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user