mirror of
https://github.com/actions/runner.git
synced 2025-12-13 19:03:44 +00:00
@@ -177,7 +177,7 @@ namespace GitHub.Runner.Common.Tests.Worker.Container
|
||||
[InlineData("foo", "bar", "foo=bar")]
|
||||
[InlineData("foo\\", "bar", "foo\\=bar")]
|
||||
[InlineData("foo\\", "bar\\", "foo\\=bar\\\\")]
|
||||
[InlineData("foo \\","bar \\", "foo \\=bar \\\\")]
|
||||
[InlineData("foo \\", "bar \\", "foo \\=bar \\\\")]
|
||||
public void CreateEscapedOption_keyValue(string keyInput, string valueInput, string escapedString)
|
||||
{
|
||||
var flag = "--example";
|
||||
|
||||
Reference in New Issue
Block a user