diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-02 02:32:03 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-02 02:32:03 +0200 |
commit | b99ce6173fd8f17af57a9f60bd998a9d648ca238 (patch) | |
tree | 20ddd5d5a33abe89182b8bc7ecdbe244afbcc1d5 /tests/extensions.vim | |
parent | af0eaee01737d26314c9c3618153e99d1eb3e2f1 (diff) | |
download | vim-polyglot-b99ce6173fd8f17af57a9f60bd998a9d648ca238.tar.gz vim-polyglot-b99ce6173fd8f17af57a9f60bd998a9d648ca238.zip |
Fix tests
Diffstat (limited to 'tests/extensions.vim')
-rw-r--r-- | tests/extensions.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/extensions.vim b/tests/extensions.vim index 6b4b7fe8..eeafd496 100644 --- a/tests/extensions.vim +++ b/tests/extensions.vim @@ -211,7 +211,6 @@ call TestExtension("cpp", "foobar.inl", "") call TestExtension("htmldjango", "foobar.j2", "") call TestExtension("htmldjango", "foobar.jinja", "") call TestExtension("htmldjango", "foobar.jinja2", "") -call TestExtension("htmldjango", "foobar.njk", "") " vim-polyglot only call TestExtension("blade", "test.blade.php", "") |