mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
http: fix request_test.v
This commit is contained in:
parent
a134c09718
commit
c9934672c4
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue