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'
|
||||
'c': ' d '
|
||||
}
|
||||
assert parse_form('{json}') == {
|
||||
'json': '{json}'
|
||||
assert parse_form(r'{json}') == {
|
||||
'json': r'{json}'
|
||||
}
|
||||
assert parse_form('{
|
||||
"_id": "76c",
|
||||
|
Loading…
Reference in New Issue
Block a user