tests: replace standalone significant tabs with macro

Follow-up to d29f14b9cf #19300

Closes #19315
This commit is contained in:
Viktor Szakats 2025-10-31 23:25:17 +01:00
parent d2f0a0e796
commit 2e408aa5cc
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -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);