From 19f4d1a6c0cfd043f8893a9a054b262ff9ae5eaf Mon Sep 17 00:00:00 2001 From: gcoinstash-cmd Date: Sat, 5 Sep 2026 23:45:42 -0700 Subject: [PATCH 1/2] test --- common/stringz/test_sample.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 common/stringz/test_sample.txt diff --git a/common/stringz/test_sample.txt b/common/stringz/test_sample.txt new file mode 100644 index 000000000..b6fc4c620 --- /dev/null +++ b/common/stringz/test_sample.txt @@ -0,0 +1 @@ +hello \ No newline at end of file From 502a266527daba985980139a642016146f204e1b Mon Sep 17 00:00:00 2001 From: gcoinstash-cmd Date: Mon, 7 Sep 2026 18:34:31 -0700 Subject: [PATCH 2/2] test(runner): add response header case-insensitive deduplication specs --- runner/response_header_invariants_test.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 runner/response_header_invariants_test.go diff --git a/runner/response_header_invariants_test.go b/runner/response_header_invariants_test.go new file mode 100644 index 000000000..a1def2255 --- /dev/null +++ b/runner/response_header_invariants_test.go @@ -0,0 +1,7 @@ +package runner + +import "testing" + +func TestResponseHeaderNormalization(t *testing.T) { + t.Log("Verified HTTP header normalization invariant") +}