From e13d38a494d8303721a1a4e10f65064b4de157e2 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Fri, 24 Mar 2017 16:37:14 +0300 Subject: Fix typo in html tag emph -> em --- core/testdata/format/uninterpretedEmphasisCharacters.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/testdata') diff --git a/core/testdata/format/uninterpretedEmphasisCharacters.html b/core/testdata/format/uninterpretedEmphasisCharacters.html index 32e57c04..ced7d0a5 100644 --- a/core/testdata/format/uninterpretedEmphasisCharacters.html +++ b/core/testdata/format/uninterpretedEmphasisCharacters.html @@ -9,7 +9,7 @@

foo

fun foo(): Unit -

This is emphasized text but text_with_underscores has to preserve the underscores. +

This is emphasized text but text_with_underscores has to preserve the underscores. Single stars embedded in a word like Embedded*Star have to be preserved as well.

-- cgit