File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,19 +43,13 @@ GET https://go.dev/play/p/asdfasdf
43
43
body contains The Go Playground
44
44
body contains About the Playground
45
45
46
- GET https://go.dev/play/p/MAohLsrz7JQ.go
47
- header Content-Type == text/plain; charset=utf-8
48
- body !contains The Go Playground
49
- body !contains About the Playground
50
- body contains Hello, 世界
51
-
52
46
GET https://golang.google.cn/play/p/asdfasdf
53
47
code == 500
54
48
body contains Sorry, but shared playground snippets are not visible in China.
55
49
body !contains The Go Playground
56
50
body !contains About the Playground
57
51
58
- GET https://golang.google.cn/play/p/MAohLsrz7JQ .go
52
+ GET https://golang.google.cn/play/p/asdfasdf .go
59
53
code == 500
60
54
body contains Sorry, but shared playground snippets are not visible in China.
61
55
Original file line number Diff line number Diff line change @@ -56,3 +56,9 @@ POST https://go.dev/_/share
56
56
postbody
57
57
package main
58
58
body !contains UA-
59
+
60
+ GET https://go.dev/play/p/MAohLsrz7JQ.go
61
+ header Content-Type == text/plain; charset=utf-8
62
+ body !contains The Go Playground
63
+ body !contains About the Playground
64
+ body contains Hello, 世界
You can’t perform that action at this time.
0 commit comments