mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:31:41 +03:00
tests: replace standalone significant tabs with macro
Follow-up to d29f14b9cf #19300
Closes #19315
This commit is contained in:
parent
d2f0a0e796
commit
2e408aa5cc
2 changed files with 4 additions and 4 deletions
|
|
@ -19,9 +19,9 @@ Funny-head: yesyes swsclose
|
|||
Set-Cookie: foobar=name;
|
||||
Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
|
||||
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
|
||||
Set-Cookie: foo bar=barfoo
|
||||
Set-Cookie: bar foo=
|
||||
Set-Cookie: bar=foo bar
|
||||
Set-Cookie: foo%tab%bar=barfoo
|
||||
Set-Cookie: bar%tab%foo=
|
||||
Set-Cookie: bar=foo%tab%bar
|
||||
|
||||
</data>
|
||||
</reply>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ checksrc
|
|||
* Violate each rule at least once.
|
||||
**/
|
||||
int hello; /*------------------------------------------------------------------*/
|
||||
int tab;
|
||||
int%tab%tab;
|
||||
int trailing_space;
|
||||
int a = func ();
|
||||
int b = func( b);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue