From 51a9837ba177812c381515886c4f0cd0b7a633e6 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 b43ad2cf3..8b4bd160d 100644 --- a/pkg/action/action_test.go +++ b/pkg/action/action_test.go @@ -1199,9 +1199,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) {