diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/lread-tests.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/src/lread-tests.el b/test/src/lread-tests.el index daf53438811..708701a8887 100644 --- a/test/src/lread-tests.el +++ b/test/src/lread-tests.el | |||
| @@ -194,4 +194,9 @@ literals (Bug#20852)." | |||
| 194 | (lread--substitute-object-in-subtree x 1 t) | 194 | (lread--substitute-object-in-subtree x 1 t) |
| 195 | (should (eq x (cdr x))))) | 195 | (should (eq x (cdr x))))) |
| 196 | 196 | ||
| 197 | (ert-deftest lread-long-hex-integer () | ||
| 198 | (should-error | ||
| 199 | (read "#xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff") | ||
| 200 | :type 'overflow-error)) | ||
| 201 | |||
| 197 | ;;; lread-tests.el ends here | 202 | ;;; lread-tests.el ends here |