Skip to content

Commit

Permalink
removed old tests, cannot run main multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmittag committed May 25, 2023
1 parent 0ee9084 commit 255491d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions cmd/punycoder/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,6 @@ func TestMainFuncToUnicode(t *testing.T) {
out: "xn--fiq8iy4u6s7b8bb.com",
method: "a",
},
//{
// name: "ascii to chinese",
// in: "xn--fiq8iy4u6s7b8bb.com",
// out: "中国互联网.com",
// method: "u",
//},
//{
// name: "emoji to ascii",
// in: "1❤️.ws",
// out: "xn--1-7iqv272g.ws",
// method: "a",
//},
//{
// name: "ascii to emoji",
// in: "xn--1-7iqv272g.ws",
// out: "1❤️.ws",
// method: "u",
//},
}

for _, tt := range tests {
Expand Down

0 comments on commit 255491d

Please sign in to comment.