diff --git a/tests/BasicTest.php b/tests/BasicTest.php
index f92d658..2b373c0 100644
--- a/tests/BasicTest.php
+++ b/tests/BasicTest.php
@@ -23,6 +23,12 @@ public function testMultipleAttributes() {
), "Link: ; rel=\"foo\"; title=\"Example\"");
}
+ public function testUnusualCaseLinkHeader() {
+ $this->_testEquals(array(
+ 'foo' => array('http://example.org/')
+ ), "LinK: ; rel=\"foo\"; title=\"Example\"");
+ }
+
public function testLinkNoRelValue() {
$this->_testEquals(array(
), "Link: ; title=\"Example\"");