syntax errors

This commit is contained in:
Ben Wells
2023-07-26 14:54:06 +00:00
parent 4da8c9e69a
commit 45d079e5f3
2 changed files with 4 additions and 4 deletions

View File

@@ -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);