private const string document1 = "" + "" + " text" + ""; private const string document2 = "\r\n" + "\r\n" + " text\r\n" + "\r\n"; private const string document3 = @" text ";