diff options
| author | Daniel Brooks | 2024-01-28 00:17:50 -0800 |
|---|---|---|
| committer | Eli Zaretskii | 2024-01-29 14:50:45 +0200 |
| commit | e3620796ffc65c36697bced54988a1a383a4deeb (patch) | |
| tree | ef6a65c6b21bf8e6bbeeb71d4c6107e07568157a | |
| parent | 5d81371cc4a87335c96eaadbeaaf1eb18f35688d (diff) | |
| download | emacs-e3620796ffc65c36697bced54988a1a383a4deeb.tar.gz emacs-e3620796ffc65c36697bced54988a1a383a4deeb.zip | |
Fix 'calc-math-read-preprocess-string' test (bug#66944).
Copyright-paperwork-exempt: yes
| -rw-r--r-- | test/lisp/calc/calc-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/calc/calc-tests.el b/test/lisp/calc/calc-tests.el index d96672c04a1..b64c1682efe 100644 --- a/test/lisp/calc/calc-tests.el +++ b/test/lisp/calc/calc-tests.el | |||
| @@ -861,7 +861,7 @@ An existing calc stack is reused, otherwise a new one is created." | |||
| 861 | ;; exponent/subscript | 861 | ;; exponent/subscript |
| 862 | (should (string= (concat "+/-*:-/*inf<=>=<=>=μ(1:4)(1:2)(3:4)(1:3)(2:3)" | 862 | (should (string= (concat "+/-*:-/*inf<=>=<=>=μ(1:4)(1:2)(3:4)(1:3)(2:3)" |
| 863 | "(1:5)(2:5)(3:5)(4:5)(1:6)(5:6)" | 863 | "(1:5)(2:5)(3:5)(4:5)(1:6)(5:6)" |
| 864 | "(1:8)(3:8)(5:8)(7:8)1:^(0123456789+-()ni)" | 864 | "(1:8)(3:8)(5:8)(7:8)1::^(0123456789+-()ni)" |
| 865 | "_(0123456789+-())") | 865 | "_(0123456789+-())") |
| 866 | (math-read-preprocess-string | 866 | (math-read-preprocess-string |
| 867 | (mapconcat #'car math-read-replacement-list)))) | 867 | (mapconcat #'car math-read-replacement-list)))) |