12 references to VerifyCommandLineSplitter
Microsoft.CodeAnalysis.UnitTests (12)
CommonCommandLineParserTests.cs (12)
91VerifyCommandLineSplitter("", new string[0]); 92VerifyCommandLineSplitter(" \t ", new string[0]); 93VerifyCommandLineSplitter(" abc\tdef baz quuz ", new[] { "abc", "def", "baz", "quuz" }); 94VerifyCommandLineSplitter(@" ""abc def"" fi""ddle dee de""e ""hi there ""dude he""llo there"" ", 96VerifyCommandLineSplitter(@" ""abc def \"" baz quuz"" ""\""straw berry"" fi\""zz \""buzz fizzbuzz", 98VerifyCommandLineSplitter(@" \\""abc def"" \\\""abc def"" ", 100VerifyCommandLineSplitter(@" \\\\""abc def"" \\\\\""abc def"" ", 102VerifyCommandLineSplitter(@" \\\\""abc def"" \\\\\""abc def"" q a r ", 104VerifyCommandLineSplitter(@"abc #Comment ignored", 106VerifyCommandLineSplitter(@"""goo bar"";""baz"" ""tree""", 108VerifyCommandLineSplitter(@"/reference:""a, b"" ""test""", 110VerifyCommandLineSplitter(@"fo""o ba""r",