trailer: reuse ignore_non_trailer() to ignore conflict lines
[gitweb.git] / t / t7513-interpret-trailers.sh
index 1efb88051af0d783dff554337d565547f946d06e..fed053a7ecb99c6cb4f18e8336e1d97154c624c4 100755 (executable)
@@ -232,6 +232,8 @@ test_expect_success 'with message that has comments' '
 
                Reviewed-by: Johan
                Cc: Peff
+               # last comment
+
        EOF
        cat basic_patch >>expected &&
        git interpret-trailers --trim-empty --trailer "Cc: Peff" message_with_comments >actual &&