> I've been watching and no-one else seems to be reporting a > problem with this test -- it's been failing for me > consistently for several weeks > > function RunTheTest[38]..Test_terminal_response_to_control_sequence line > 17: Pattern '\\<\\d\\+R' does not match 'sh-4.3$ R' > > question: does this test make assumptions about the value > of $PS1?
I haven't been able to reproduce it, but we do see that only "1R" shows up while it should be something "3;1R". So the shell eats some characters. Let's run "cat" and send the escape sequence with term_sendkeys(), then it should be echo'd properly. -- Time is money. Especially if you make clocks. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
