mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: don't skip parser_spec on windows (#20294)
This commit is contained in:
parent
4b02291f81
commit
211c568e64
@ -14,8 +14,6 @@ describe('treesitter parser API', function()
|
|||||||
clear()
|
clear()
|
||||||
|
|
||||||
it('parses buffer', function()
|
it('parses buffer', function()
|
||||||
skip(iswin())
|
|
||||||
|
|
||||||
insert([[
|
insert([[
|
||||||
int main() {
|
int main() {
|
||||||
int x = 3;
|
int x = 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user