From 73c1fb245120df3f3adb53c12e69f29134147de7 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Fri, 10 Jul 2026 22:34:56 +0100 Subject: [PATCH] Address review comments Signed-off-by: Matheus Pimenta --- pkg/action/action_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/action/action_test.go b/pkg/action/action_test.go index ae59db4eb..880a9930b 100644 --- a/pkg/action/action_test.go +++ b/pkg/action/action_test.go @@ -1198,9 +1198,9 @@ data: `, }, - // Multi-doc tests: block scalar doc is NOT the last document. - // SplitManifests' regex consumes \s*\n before ---, so trailing - // newlines from non-last docs are always stripped. + // Multi-doc block scalar tests where the block scalar document is NOT the last: + // the separator regex does not consume trailing newlines, so YAML chomping + // indicators (|, |+, |-) are respected. // | (clip) in multi-doc (first doc) {