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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user