mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195.
This commit is contained in:
5
test/data/headers.php
Normal file
5
test/data/headers.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
header( "Multiple-Line: Hello\n World" );
|
||||
header( "Multiple-Multiple-Line: Hello\n Beautiful\n\t World" );
|
||||
header( "Single-Line: Hello World" );
|
||||
Reference in New Issue
Block a user