We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LinK
1 parent 1558cf1 commit 73e04d7Copy full SHA for 73e04d7
tests/BasicTest.php
@@ -23,6 +23,12 @@ public function testMultipleAttributes() {
23
), "Link: <http://example.org/>; rel=\"foo\"; title=\"Example\"");
24
}
25
26
+ public function testUnusualCaseLinkHeader() {
27
+ $this->_testEquals(array(
28
+ 'foo' => array('http://example.org/')
29
+ ), "LinK: <http://example.org/>; rel=\"foo\"; title=\"Example\"");
30
+ }
31
+
32
public function testLinkNoRelValue() {
33
$this->_testEquals(array(
34
), "Link: <http://example.org/>; title=\"Example\"");
0 commit comments