]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix 'calc-math-read-preprocess-string' test (bug#66944).
authorDaniel Brooks <db48x@db48x.net>
Sun, 28 Jan 2024 08:17:50 +0000 (00:17 -0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:15:54 +0000 (21:15 +0100)
Copyright-paperwork-exempt: yes
(cherry picked from commit e3620796ffc65c36697bced54988a1a383a4deeb)

test/lisp/calc/calc-tests.el

index d96672c04a19e00db9c50866fc839e9fbd926e3a..b64c1682efe1a6ab598800baa05a754396a39f14 100644 (file)
@@ -861,7 +861,7 @@ An existing calc stack is reused, otherwise a new one is created."
   ;; exponent/subscript
   (should (string= (concat "+/-*:-/*inf<=>=<=>=μ(1:4)(1:2)(3:4)(1:3)(2:3)"
                            "(1:5)(2:5)(3:5)(4:5)(1:6)(5:6)"
-                           "(1:8)(3:8)(5:8)(7:8)1:^(0123456789+-()ni)"
+                           "(1:8)(3:8)(5:8)(7:8)1::^(0123456789+-()ni)"
                            "_(0123456789+-())")
                    (math-read-preprocess-string
                     (mapconcat #'car math-read-replacement-list))))