ultimate-autopair.nvim icon indicating copy to clipboard operation
ultimate-autopair.nvim copied to clipboard

Test Failures in "rfaswarp"

Open plague-doctor opened this issue 11 months ago • 2 comments

Description:

I am experiencing test failures when running the "checkhealth ultimate-autopair" command. The output indicates that three tests in the "rfaswarp" category are failing.

Test Failures:

ultimate-autopair: require("ultimate-autopair.health").check()

ultimate-autopair ~
- ERROR test(rfaswarp) { '"foo|"', "\1", '"|"foo', {ts = true} } failed, actuall result: '|""foo'
- ERROR test(rfaswarp) { '"|foo"', "\1", '"|"foo', {ts = true} } failed, actuall result: '"|foo"'
- ERROR test(rfaswarp) { '"|"', "\1", '"|"', {ts = true} } failed, actuall result: '|""'
- OK all test in category `space` have passed
- OK all test in category `ext_tsnode` have passed
- OK all test in category `multiline` have passed
- OK all test in category `ext_escape` have passed
- OK all test in category `ext_cmdtype` have passed
- OK all test in category `newline` have passed
- OK all test in category `ext_alpha` have passed
- OK all test in category `backspace` have passed
- OK all test in category `space2` have passed
- OK all test in category `ext_suround` have passed
- OK all test in category `ext_fly` have passed
- OK all test in category `close` have passed
- OK all test in category `string` have passed
- OK all test in category `utf8` have passed
- OK all test in category `options` have passed
- OK all test in category `ext_cond` have passed
- OK all test in category `filter` have passed
- OK all test in category `fastwarp` have passed
- OK all test in category `tabout` have passed
- OK all test in category `ext_filetype` have passed
- OK all test in category `simple` have passed

Environment:

Plugin version: 0.6
Neovim/Vim version: v0.10.3
Operating System: Arch Linux

Steps to Reproduce:

  1. Install the "ultimate-autopair" plugin.
    
  2. Run the "checkhealth ultimate-autopair" command.
    
  3. Observe the test failures in the "rfaswarp" category.
    

Expected Behaviour:

All tests in the "rfaswarp" category should pass.

Actual Behaviour:

Three tests in the "rfaswarp" category are failing.

Additional Information:

Please let me know if there's any additional information I can provide to help resolve this issue.

plague-doctor avatar Dec 24 '24 00:12 plague-doctor

I have the some problem. Additional information: Failed (1) ● ultimate-autopair.nvim 3.31ms  CmdlineEnter fatal: couldn't find remote ref refs/heads/v0.6.1

Oleg-Ar avatar Jan 02 '25 00:01 Oleg-Ar

Same here.

Removing the {ts = true} causes the tests to pass, in case that helps..

subnut avatar Feb 19 '25 14:02 subnut