From 614a30a508bc324b9349cd1814964fb93146bee8 Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 31 Oct 2016 14:47:08 +0000 Subject: Improve file blacklisting to make Unite.vim not fuck up. --- test/test_linting_blacklist.vader | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/test_linting_blacklist.vader (limited to 'test/test_linting_blacklist.vader') diff --git a/test/test_linting_blacklist.vader b/test/test_linting_blacklist.vader new file mode 100644 index 00000000..918209d5 --- /dev/null +++ b/test/test_linting_blacklist.vader @@ -0,0 +1,11 @@ +Given unite (A Unite.vim file): + anything + +After: + let g:ale_buffer_info = {} + +Execute(Running ALE on a blacklisted file shouldn't change anything): + call ale#Lint() + call ale#engine#WaitForJobs(2000) + + AssertEqual {}, g:ale_buffer_info -- cgit v1.2.3