1
0
mirror of https://gitea.com/gitea/act synced 2026-05-06 01:37:48 +02:00

Fix yaml with prefixed newline broken setjob

This commit is contained in:
Christopher Homberger
2025-10-27 20:33:27 +01:00
parent 34f68b3c18
commit 823a9bcd8f
4 changed files with 42 additions and 6 deletions

View File

@@ -52,6 +52,11 @@ func TestParse(t *testing.T) {
options: nil,
wantErr: false,
},
{
name: "prefixed_newline",
options: nil,
wantErr: false,
},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {