diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-12-07 20:08:14 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-07 20:08:14 -0800 |
commit | ace3b80f1eba86d4819bb21643271b6152d9f59b (patch) | |
tree | e36c99dddf9b7063ee4153e0b740aaa9f1a6a511 /tests | |
parent | 50ca61ef4977217889b386f84abd0ba190fac3f2 (diff) | |
download | pandoc-ace3b80f1eba86d4819bb21643271b6152d9f59b.tar.gz |
Smart punctuation: don't alllow ellipses containing spaces.
Previously we allowed '. . .', ' . . . ', etc. This caused
too many complications, and removed author's flexibility in
combining ellipses with spaces and periods.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testsuite.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsuite.txt b/tests/testsuite.txt index 7f6e89449..a8730878a 100644 --- a/tests/testsuite.txt +++ b/tests/testsuite.txt @@ -496,7 +496,7 @@ Some dashes: one---two --- three--four -- five. Dashes between numbers: 5-7, 255-66, 1987-1999. -Ellipses...and. . .and . . . . +Ellipses...and...and.... ----- |