Fix test case

This commit is contained in:
Masaaki Goshima 2020-09-17 10:53:39 +09:00
parent d76012422a
commit 067d4c541c
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ var structTagObjectKeyTests = []struct {
{emptyTag{"Pour Moi"}, "Pour Moi", "W"},
{misnamedTag{"Animal Kingdom"}, "Animal Kingdom", "X"},
{badFormatTag{"Orfevre"}, "Orfevre", "Y"},
//{badCodeTag{"Reliable Man"}, "Reliable Man", "Z"},
{badCodeTag{"Reliable Man"}, "Reliable Man", "Z"},
{percentSlashTag{"brut"}, "brut", "text/html%"},
{punctuationTag{"Union Rags"}, "Union Rags", "!#$%&()*+-./:<=>?@[]^_{|}~"},
{spaceTag{"Perreddu"}, "Perreddu", "With space"},