emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] FIX missing case-folding in test-ob-emacs-lisp.el


From: Michael Brand
Subject: Re: [O] FIX missing case-folding in test-ob-emacs-lisp.el
Date: Wed, 13 Mar 2013 18:19:38 +0100

Hi Andreas

On Tue, Mar 12, 2013 at 6:12 PM, Andreas Röhler
<address@hidden> wrote:
> [...]
> F test-org-table/compare
>     Basic: Compare field references in Calc.
>     (ert-test-failed
>      ((should
>        (equal expect result))
>       :form
>       (equal "
> |      | 0 | z |   | nan | uinf | -inf | inf |
> |------+---+---+---+-----+------+------+-----|
> |    0 | x |   |   |     |      |      |     |
> |    z |   | x |   |     |      |      |     |
> |      |   |   | x |     |      |      |     |
> |  nan |   |   |   |   x |      |      |     |
> | uinf |   |   |   |     |    x |      |     |
> | -inf |   |   |   |     |      |    x |     |
> |  inf |   |   |   |     |      |      |   x |
> #+TBLFM: @I$<<..@>$> = if(\"$1\" = \"@1\", x, string(\"\")); E" "
> |      | 0 | z |   | nan | uinf | -inf | inf |
> |------+---+---+---+-----+------+------+-----|
> | 0    | x |   | x |     |      |      |     |
> | z    |   | x |   |     |      |      |     |
> |      | x |   | x |     |      |      |     |
> | nan  |   |   |   |   x |      |      |     |
> | uinf |   |   |   |     | x    |      |     |
> | -inf |   |   |   |     |      | x    |     |
> | inf  |   |   |   |     |      |      | x   |
> #+TBLFM: @I$<<..@>$> = if(\"$1\" = \"@1\", x, string(\"\")); E")
> [...]

This and all other “test-org-table/.*” look exactly as when I was
working on some spreadsheet features:
http://article.gmane.org/gmane.emacs.orgmode/63975

Therefore for me it seems that your lisp/org-table.el is older than
testing/lisp/test-org-table.el and does not match. Are you sure you
don’t have a mixed installation? What is the output of M-x
org-version that would show this?

Michael



reply via email to

[Prev in Thread] Current Thread [Next in Thread]