public void EscapeQuotes() { Assert.AreEqual(new string[] { "/D" }, ArgumentUtils.FixupArgs(new string[] { "/D" })); }