[Mono-bugs] [Bug 655896] System.Diagnostics.Process discards escaped spaces in arguments

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jan 8 22:51:35 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=655896

https://bugzilla.novell.com/show_bug.cgi?id=655896#c3


--- Comment #3 from Michael Hutchinson <mhutchinson at novell.com> 2011-01-09 03:51:34 UTC ---
OK, full .NET comparison (args are C# strings, so double-escaped):

args: "foo\\ bar"
NET: foo\ bar
Mono 2.8: foobar
Mono 2.6: foo bar

args: "\"foo\",\"bar\""
NET: foo,bar
Mono 2.8: foo ,bar

args: "\"\\\'\""
NET: \'
Mono: \'

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list