mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: fix ajax test failure; add to header instead of replace
This commit is contained in:
parent
e0d9411569
commit
b8195fb94c
@ -115,7 +115,7 @@ ok( true, "mock executed");';
|
|||||||
header( 'Empty-Header: ' );
|
header( 'Empty-Header: ' );
|
||||||
header( 'Sample-Header2: Hello World 2' );
|
header( 'Sample-Header2: Hello World 2' );
|
||||||
header( 'List-Header: Item 1' );
|
header( 'List-Header: Item 1' );
|
||||||
header( 'list-header: Item 2' );
|
header( 'list-header: Item 2', FALSE );
|
||||||
header( 'constructor: prototype collision (constructor)' );
|
header( 'constructor: prototype collision (constructor)' );
|
||||||
|
|
||||||
foreach ( explode( '|' , $req->query[ 'keys' ] ) as $key ) {
|
foreach ( explode( '|' , $req->query[ 'keys' ] ) as $key ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user