test: удалены все тесты Go для Fission

This commit is contained in:
“Naeel”
2026-05-02 14:21:07 +04:00
parent d15eb2405e
commit 9a23a03fc8
3 changed files with 0 additions and 8 deletions
-1
View File
@@ -634,7 +634,6 @@ PERL_CODE = r"""sub {
}
"""
# ── Go ────────────────────────────────────────────────────────────────────────
GO_CODE = r"""package main
import (
-6
View File
@@ -58,12 +58,6 @@ chk H04 php fail $'<?php\n$x = @@@;'
chk H05 php fail $'<?php\nfunction foo( { return 1; }'
echo ""
echo "=== GO ==="
chk G01 go ok $'package main\nimport "net/http"\nfunc Handler(w http.ResponseWriter, r *http.Request) {}'
chk G02 go ok $'package main\nimport (\n "net/http"\n "fmt"\n)\nfunc Handler(w http.ResponseWriter, r *http.Request) {\n fmt.Fprintf(w, "ok")\n}'
chk G03 go fail $'package main\nfunc Handler( {'
chk G04 go fail $'package main\nimport (\n "net/http"\nfunc Handler(w http.ResponseWriter) {}'
chk G05 go fail $'package main\nfunc Handler(w http.ResponseWriter, r *http.Request) {\n x := @@@\n}'
echo ""
echo "=== ГРАНИЧНЫЕ ==="
-1
View File
@@ -167,7 +167,6 @@ EOF
cat > "${dir}/go.mod" <<'EOF'
module fn
go 1.21
EOF
}