]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: replace standalone significant tabs with macro
authorViktor Szakats <commit@vsz.me>
Fri, 31 Oct 2025 22:25:17 +0000 (23:25 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 31 Oct 2025 22:44:21 +0000 (23:44 +0100)
Follow-up to d29f14b9cf0d38f3887b6eadc71af16903bc7f5b #19300

Closes #19315

tests/data/test1105
tests/data/test1185

index cb828bf0488e18d2a80e9003ade281af395052b6..78bed7524e885f7da83440f6f64baff74c825f79 100644 (file)
@@ -19,9 +19,9 @@ Funny-head: yesyes swsclose
 Set-Cookie: foobar=name;\r
 Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";\r
 Set-Cookie: partmatch=present; domain=.0.0.1; path=/;\r
-Set-Cookie: foo        bar=barfoo\r
-Set-Cookie: bar        foo=\r
-Set-Cookie: bar=foo    bar\r
+Set-Cookie: foo%tab%bar=barfoo\r
+Set-Cookie: bar%tab%foo=\r
+Set-Cookie: bar=foo%tab%bar\r
 \r
 </data>
 </reply>
index c00e982301d2424d85a678be247c7d0dfe823022..64eef418005e11b95f69c4104d035943b1c0a658 100644 (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);