https://bugzilla.novell.com/show_bug.cgi?id=632657
https://bugzilla.novell.com/show_bug.cgi?id=632657#c0 Summary: Environment.CommandLine doesn't contain quotes Classification: Mono Product: Mono: Runtime Version: 2.6.x Platform: x86 OS/Version: Windows 7 Status: NEW Severity: Normal Priority: P5 - None Component: misc AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=383997) --> (http://bugzilla.novell.com/attachment.cgi?id=383997) test.exe C# source User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; InfoPath.3) The string returned by Environment.CommandLine should have quotes around the various args (if they have spaces in them). Reproducible: Always Steps to Reproduce: mono test.exe "foo bar" Actual Results: test.exe foo bar Expected Results: test.exe "foo bar" -- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
