http test: not today

pull/1493/head
Alexander Medvednikov 2019-08-06 17:31:45 +02:00
parent 0851848080
commit 6bde860043
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import net.urllib import net.urllib
import http //import http
fn test_escape_unescape() { fn test_escape_unescape() {
/* /*
@ -12,8 +12,10 @@ fn test_escape_unescape() {
} }
fn test_http_get() { fn test_http_get() {
/*
$if windows { return } $if windows { return }
assert http.get_text('https://vlang.io/version') == '0.1.5' assert http.get_text('https://vlang.io/version') == '0.1.5'
println('http ok') println('http ok')
*/
} }