Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Dec 25, 2018
1 parent 94f0a99 commit da76bf3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public class MarkdownFormatterTest {
"И это тоже должно работать";
private static final String TEXT1_RESULT = "<h1>First header</h1>\n" +
"<h2>Second Header</h2>\n" +
"<pre><code class=\"language-sql\">select id from table1;\n" +
"</code></pre>\n" +
"<div class=\"code\"><pre><code class=\"language-sql\">select id from table1;\n" +
"</code></pre>\n</div>\n" +
"<p>Вот такой должно получиться</p>\n" +
"<p>И это тоже должно работать</p>\n";

Expand Down

0 comments on commit da76bf3

Please sign in to comment.