mirror of
https://github.com/actions/runner.git
synced 2025-12-13 10:05:23 +00:00
updating test cases and fixing normal style check
This commit is contained in:
@@ -242,9 +242,10 @@ namespace GitHub.Runner.Common.Tests.Worker
|
||||
"MY_KEY_6= <<EOF",
|
||||
"white space test",
|
||||
"EOF",
|
||||
"MY_KEY_7 << =EOF=",
|
||||
"MY_KEY_7 <<=EOF=",
|
||||
"abc",
|
||||
"=EOF="
|
||||
"=EOF=",
|
||||
string.Empty
|
||||
};
|
||||
TestUtil.WriteContent(stateFile, content);
|
||||
_fileCmdExtension.ProcessCommand(_executionContext.Object, stateFile, null);
|
||||
|
||||
Reference in New Issue
Block a user