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

compmatch failure in latest CVS



A brand-new spanking update from CVS including this patch from Sven:

2000-06-07  Sven Wischnowsky  <wischnow@xxxxxxx>

        * 11796: Src/Zle/compmatch.c: try to get the tests for `strings
        long enough' right in anchor matching code

fails make check:

/usr/local/src/zsh-2000-06-07/Test/52zregexparse.ztst: all tests successful.
/usr/local/src/zsh-2000-06-07/Test/53completion.ztst: all tests successful.
*** /tmp/zsh.ztst.out.31654     Wed Jun  7 19:54:08 2000
--- /tmp/zsh.ztst.tout.31654    Wed Jun  7 19:54:08 2000
***************
*** 1,4 ****
! line: {tst FooHoo }{}
  COMPADD:{}
! line: {tst FooHoo 5bar234 }{}
  COMPADD:{}
--- 1,4 ----
! line: {tst H}{}
  COMPADD:{}
! line: {tst H2}{}
  COMPADD:{}
Test /usr/local/src/zsh-2000-06-07/Test/54compmatch.ztst failed: output differs from expected as shown above for:
 example7_matcher="r:[^A-Z0-9]||[A-Z0-9]=** r:|=*"
 example7_list=($example6_list)
 test_code $example7_matcher example7_list
 comptest $'tst H\t2\t'
Was testing: Documentation example using "r:[^A-Z0-9]||[A-Z0-9]=** r:|=*"
/usr/local/src/zsh-2000-06-07/Test/54compmatch.ztst: test failed.


This is on a 686 Mandrake Linux system, in case that matters.

  - vin



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