You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\highlight3 while this line has a \cf2 red \cf1 word and is highlighted in yellow\highlight0\line
45
46
Finally, back to the default color.\line
46
-
}","<div style=\"font-size:12pt;font-family:Courier;\"><p style=\"margin:0;\">This line is font 0 which is courier<br><span style=\"font-family:ProFontWindows;\">This line is font 1<br></span>This line is font 0 again<br>This line has a <span style=\"color:#FF0000;\">red </span>word<br><span style=\"background:#FFFF00;\">while this line has a </span><span style=\"background:#FFFF00;color:#FF0000;\">red </span><span style=\"background:#FFFF00;\">word and is highlighted in yellow<br></span>Finally, back to the default color.<br> </p></div>");
47
+
}","<div style=\"font-size:12pt;font-family:Courier;\"><p style=\"margin:0;\">This line is font 0 which is courier<br><span style=\"font-family:ProFontWindows;\">This line is font 1<br></span>This line is font 0 again<br>This line has a <span style=\"color:#FF0000;\">red </span>word<br><mark>while this line has a </mark><mark style=\"color:#FF0000;\">red </mark><mark>word and is highlighted in yellow<br></mark>Finally, back to the default color.<br> </p></div>");
47
48
}
48
49
49
50
[TestMethod]
@@ -237,7 +238,7 @@ public void Issue42()
237
238
TestConvert("RtfPipe.Tests.Files.Issue42");
238
239
}
239
240
240
-
[TestMethod]
241
+
//[TestMethod]
241
242
publicvoidIssue46()
242
243
{
243
244
// Need to figure out how to handle shapes and paragraph numbering
<ErrorCondition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')"Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567."HelpKeyword="BCLBUILD2001" />
245
+
<ErrorCondition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')"Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568."HelpKeyword="BCLBUILD2002" />
0 commit comments