We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18db86e commit 3f1f334Copy full SHA for 3f1f334
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -14,7 +14,7 @@ namespace FWO.Test
14
internal class HtmlToPdfTest
15
{
16
private const string FilePath = "pdffile.pdf";
17
- private const string Html = "<html> <body> <h1>test</h1> <h2>test mit puppteer</h2> </body> </html>";
+ private const string Html = "<html><body><h1>test</h1><h2>test mit puppteer</h2></body></html>";
18
private const string ChromeBinPathLinux = "/usr/local/bin";
19
20
0 commit comments