diff options
Diffstat (limited to 'src/renderer/html_tests.rs')
| -rw-r--r-- | src/renderer/html_tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/renderer/html_tests.rs b/src/renderer/html_tests.rs index c12890a..32871dc 100644 --- a/src/renderer/html_tests.rs +++ b/src/renderer/html_tests.rs @@ -23,8 +23,8 @@ fn test_simple_string() { #[test] fn test_simple_string_with_markup() { check_renders_to( - "Simple String with *markup*", - "<p>Simple String with <em>markup</em></p>", + "Simple String with *emph* and **strong**", + "<p>Simple String with <em>emph</em> and <strong>strong</strong></p>", ); } |
