mirror of
https://github.com/actions/runner.git
synced 2025-12-13 00:36:29 +00:00
syntax errors
This commit is contained in:
@@ -241,9 +241,9 @@ namespace GitHub.Runner.Common.Tests.Worker
|
||||
"MY_KEY_5=abc << def",
|
||||
"MY_KEY_6= <<EOF",
|
||||
"white space test",
|
||||
"EOF"
|
||||
"MY_KEY_7 << =EOF="
|
||||
"abc"
|
||||
"EOF",
|
||||
"MY_KEY_7 << =EOF=",
|
||||
"abc",
|
||||
"=EOF="
|
||||
};
|
||||
TestUtil.WriteContent(stateFile, content);
|
||||
|
||||
Reference in New Issue
Block a user