mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix request_test.v (add missing \r to hardcoded post data)
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Test multipart/form-data file uploading</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h2>File Upload</h2>
|
||||
|
||||
File form:
|
||||
@ -13,3 +21,6 @@ Text form:
|
||||
<input type="text" name="content2" value="xyz" />
|
||||
<input type="submit" value="Submit content">
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user