Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

4.3.6/cvs: Test failed: Y02compmatch.ztst



Hi,

I tried latest version (4.3.6) as well as cvs and with both this test fails.
I have been told on IRC to report it to the list.
As I found out, the reason is that it doesn't ignore the file /etc/zsh/zshenv.

Regards,
Bernd

./Y02compmatch.ztst: starting.

*** /tmp/zsh.ztst.out.9557 Sat Oct 11 23:09:35 2008

--- /tmp/zsh.ztst.tout.9557 Sat Oct 11 23:09:35 2008

***************

*** 1,8 ****

line: {tst ab}{}

COMPADD:{}

INSERT_POSITIONS:{6}

- NO:{abC}

NO:{abc}

line: {tst abC }{}

COMPADD:{}

INSERT_POSITIONS:{7}

--- 1,8 ----

line: {tst ab}{}

COMPADD:{}

INSERT_POSITIONS:{6}

NO:{abc}

+ NO:{abC}

line: {tst abC }{}

  COMPADD:{}
  INSERT_POSITIONS:{7}
Test ./Y02compmatch.ztst failed: output differs from expected as shown above for:
 lower_insensitive_M="M:{a-z}={A-Z}"
 lower_insensitive_m="m:{a-z}={A-Z}"
 example2_list=(ABC Abc abc)
 test_code $lower_insensitive_M example2_list
 comptest $'tst ab\tC\t'
Was testing: Documentation example for lowercase insenitive M, input "ab\tC\t"
./Y02compmatch.ztst: test failed.



Messages sorted by: Reverse Date, Date, Thread, Author