diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/lread-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/lread-tests.el b/test/src/lread-tests.el index ba5bfe0145d..3a2212ef770 100644 --- a/test/src/lread-tests.el +++ b/test/src/lread-tests.el | |||
| @@ -145,7 +145,7 @@ literals (Bug#20852)." | |||
| 145 | "expected!"))))) | 145 | "expected!"))))) |
| 146 | 146 | ||
| 147 | (ert-deftest lread-tests--funny-quote-symbols () | 147 | (ert-deftest lread-tests--funny-quote-symbols () |
| 148 | "Check that 'smart quotes' or similar trigger errors in symbol names." | 148 | "Check that `smart quotes' or similar trigger errors in symbol names." |
| 149 | (dolist (quote-char | 149 | (dolist (quote-char |
| 150 | '(#x2018 ;; LEFT SINGLE QUOTATION MARK | 150 | '(#x2018 ;; LEFT SINGLE QUOTATION MARK |
| 151 | #x2019 ;; RIGHT SINGLE QUOTATION MARK | 151 | #x2019 ;; RIGHT SINGLE QUOTATION MARK |