nvim-autopairs/Makefile
windwp 431a963df5
add unit test (#9)
* add test

* add test with feedkeys not finish

* fix #6 skip single quote with previous character is a word

* update README.md

* Hotfix remove print msg

* add test WIP

* update README

* add more pairs group on breakline

* fix wrong pairs on html

* remove print msg

* fix character in quote

* finish test
2021-01-17 09:06:38 +07:00

3 lines
127 B
Makefile

test:
nvim --headless --noplugin -u tests/minimal.vim -c "PlenaryBustedDirectory tests/ {minimal_init = 'tests/minimal.vim'}"