Hi all,

running 'make' in the tests directory gives me currently in
latex-modify-math-test.log:

  3 unexpected results:
     FAILED  LaTeX-modify-math-inline-bracket-period
     FAILED  LaTeX-modify-math-inline-double-dollar
     FAILED  LaTeX-modify-math-inline-multiple-punctuation

Paul, can you reproduce this?  Details are:

--8<---------------cut here---------------start------------->8---
Test LaTeX-modify-math-inline-bracket-period condition:
    (ert-test-failed
     ((should (equal (buffer-string) "We have $a+b = c$.")) :form
      (equal "We have $a+b = c$. " "We have $a+b = c$.") :value nil
      :explanation
      (arrays-of-different-length 19 18 "We have $a+b = c$. "
                                  "We have $a+b = c$." first-mismatch-at
                                  18)))
   FAILED   3/19  LaTeX-modify-math-inline-bracket-period (0.000206 sec)
                  at latex/latex-modify-math-test.el:39

Test LaTeX-modify-math-inline-double-dollar condition:
    (ert-test-failed
     ((should (equal (buffer-string) "$x$!")) :form (equal "$x$! " "$x$!")
      :value nil :explanation
      (arrays-of-different-length 5 4 "$x$! " "$x$!" first-mismatch-at 4)))
   FAILED   4/19  LaTeX-modify-math-inline-double-dollar (0.000307 sec)
                  at latex/latex-modify-math-test.el:47

Test LaTeX-modify-math-inline-multiple-punctuation condition:
    (ert-test-failed
     ((should (equal (buffer-string) "$result$?!")) :form
      (equal "$result$? !" "$result$?!") :value nil :explanation
      (arrays-of-different-length 11 10 "$result$? !" "$result$?!"
                                  first-mismatch-at 9)))
   FAILED   9/19  LaTeX-modify-math-inline-multiple-punctuation (0.000198 sec)
                  at latex/latex-modify-math-test.el:106
--8<---------------cut here---------------end--------------->8---

Best, Arash

Reply via email to