[Mono-bugs] [Bug 669469] Mono Addon 2.6 unable to parse argument with spaces

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Feb 4 06:32:33 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=669469#c2


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com

--- Comment #2 from Zoltan Varga <vargaz at gmail.com> 2011-02-04 11:32:32 UTC ---
I can't reproduce this using the following testcase:

using System;

public class Tests
{
    public static void Main (String[] args) {
        Console.WriteLine (args [0]);
    }
}

Running it with:
mono bug.exe "A B"
Prints:
A B

What shell are you using ?

-- 
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