aboutsummaryrefslogtreecommitdiff
path: root/tests/rst-reader.rst
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-07-16 10:14:43 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-07-16 10:58:44 -0700
commit26748da6d4fc6912f1ef314fb01f9969d8a5fc59 (patch)
tree1655690c6a56b7cded016216cba179237f2b9576 /tests/rst-reader.rst
parentf68b05e74b7cc0dd0e217cc2650169a3fe7a41a0 (diff)
downloadpandoc-26748da6d4fc6912f1ef314fb01f9969d8a5fc59.tar.gz
Don't recognize inline-markup starts inside words.
For example, "2*2 = 4*1" should not contain an emphasized section. Added test case for "Literal symbols". Closes #569.
Diffstat (limited to 'tests/rst-reader.rst')
-rw-r--r--tests/rst-reader.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/rst-reader.rst b/tests/rst-reader.rst
index abe6d4f69..4d81ccb85 100644
--- a/tests/rst-reader.rst
+++ b/tests/rst-reader.rst
@@ -593,3 +593,7 @@ Reset default-role to the default default.
And now `some-invalid-string-3231231` is nonsense.
+Literal symbols
+---------------
+
+2*2 = 4*1