public void QuoteTest() { Assert.AreEqual("\"Hello\"", Exporter.Quote("Hello")); Assert.AreEqual("\"He\"\"llo\"", Exporter.Quote("He\"llo")); }