We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb2f9f commit 4a03be5Copy full SHA for 4a03be5
dkim/canonical_test.go
@@ -89,6 +89,10 @@ var relaxedCanonicalizerHeaderTests = []struct {
89
"Subject \t:\t Kimi \t \r\n No \t\r\n Na Wa\r\n",
90
"subject:Kimi No Na Wa\r\n",
91
},
92
+ {
93
+ "Subject \t:\t Ki \tmi \t \r\n No \t\r\n Na Wa\r\n",
94
+ "subject:Ki mi No Na Wa\r\n",
95
+ },
96
}
97
98
func TestRelaxedCanonicalizer_CanonicalizeHeader(t *testing.T) {
0 commit comments