aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/calc/calc-tests.el2
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))))