https://bugzilla.novell.com/show_bug.cgi?id=655896
https://bugzilla.novell.com/show_bug.cgi?id=655896#c3 --- Comment #3 from Michael Hutchinson <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
