Update src/Test/L0/Worker/FileCommandTestBase.cs

Co-authored-by: Cory Miller <13227161+cory-miller@users.noreply.github.com>
This commit is contained in:
Ben Wells
2023-07-26 10:40:08 -04:00
committed by GitHub
parent fc8a966a21
commit 62d0a70002

View File

@@ -242,6 +242,9 @@ namespace GitHub.Runner.Common.Tests.Worker
"MY_KEY_6= <<EOF",
"white space test",
"EOF"
"MY_KEY_7 << =EOF="
"abc"
"=EOF="
};
TestUtil.WriteContent(stateFile, content);
_fileCmdExtension.ProcessCommand(_executionContext.Object, stateFile, null);