[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FAILED tramp-test34-utf8
From: |
Eli Zaretskii |
Subject: |
Re: FAILED tramp-test34-utf8 |
Date: |
Wed, 29 Mar 2017 17:38:27 +0300 |
> From: Colin Baxter <address@hidden>
> Date: Wed, 29 Mar 2017 09:38:41 +0100
> Cc: , address@hidden
>
> Test tramp-test34-utf8 condition:
> (ert-test-failed
> ((should
> (string-equal
> (funcall ... ...)
> (file-remote-p ... ...)))
> :form
> (string-equal
> "/tmp/tramp-test711lou/\316\223\317\205\317\201\316\257\317\203\317\204\316\265
> \317\204\316\277 \316\223\316\261\316\273\316\261\316\276\316\257\316\261
> \316\274\316\265 \316\217\317\204\316\277 \316\243\317\204\316\277\317\200"
> "/tmp/tramp-test711lou/ÎÏ
ÏίÏÏε Ïο Îαλαξία με ÎÏο
> ΣÏοÏ")
> :value nil))
Looks like an attempt to compare a multibyte string with a unibyte
string holding the same bytes. In such cases, string-equal returns
nil, per its documentation.
- Re: FAILED tramp-test34-utf8, (continued)
- Re: FAILED tramp-test34-utf8, Colin Baxter, 2017/03/29
- Re: FAILED tramp-test34-utf8, Colin Baxter, 2017/03/29
- Re: FAILED tramp-test34-utf8, Eli Zaretskii, 2017/03/29
- Re: FAILED tramp-test34-utf8, Colin Baxter, 2017/03/30
- Re: FAILED tramp-test34-utf8, Michael Albinus, 2017/03/30
- Re: FAILED tramp-test34-utf8, Colin Baxter, 2017/03/30
- Re: FAILED tramp-test34-utf8,
Eli Zaretskii <=
- Re: FAILED tramp-test34-utf8, Michael Albinus, 2017/03/29
- Re: FAILED tramp-test34-utf8, Eli Zaretskii, 2017/03/29