mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Fix 'calc-math-read-preprocess-string' test (bug#66944).
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
5d81371cc4
commit
e3620796ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue