neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 211c568e6452e62b119ac4b987ff47b9174ec9ad
parent 4b02291f81b76eda029d4eae1c1d59c1a946a032
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date:   Tue, 15 Nov 2022 12:33:30 +0100

test: don't skip parser_spec on windows (#20294)


Diffstat:
Mtest/functional/treesitter/parser_spec.lua | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/test/functional/treesitter/parser_spec.lua b/test/functional/treesitter/parser_spec.lua @@ -14,8 +14,6 @@ describe('treesitter parser API', function() clear() it('parses buffer', function() - skip(iswin()) - insert([[ int main() { int x = 3;