diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2023-07-29 10:56:17 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-07-29 10:56:17 +0200 |
| commit | 97957a547b93412411ba3a8a9abd27589247c869 (patch) | |
| tree | b7b9578530a0207919d97c239fe39477bc6e5a73 /tests/query/highlights/t32/comments.cmm | |
| parent | fix(tests): mark t32 as allowed to fail (diff) | |
| download | nvim-treesitter-97957a547b93412411ba3a8a9abd27589247c869.tar nvim-treesitter-97957a547b93412411ba3a8a9abd27589247c869.tar.gz nvim-treesitter-97957a547b93412411ba3a8a9abd27589247c869.tar.bz2 nvim-treesitter-97957a547b93412411ba3a8a9abd27589247c869.tar.lz nvim-treesitter-97957a547b93412411ba3a8a9abd27589247c869.tar.xz nvim-treesitter-97957a547b93412411ba3a8a9abd27589247c869.tar.zst nvim-treesitter-97957a547b93412411ba3a8a9abd27589247c869.zip | |
fix(tests): remove t32 tests
t32 parser is hosted on Codeberg, which has frequent outages that block
unrelated CI. Revert this commit if and when uptime has improved.
Diffstat (limited to 'tests/query/highlights/t32/comments.cmm')
| -rw-r--r-- | tests/query/highlights/t32/comments.cmm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/query/highlights/t32/comments.cmm b/tests/query/highlights/t32/comments.cmm deleted file mode 100644 index 0bab130f6..000000000 --- a/tests/query/highlights/t32/comments.cmm +++ /dev/null @@ -1,10 +0,0 @@ -// This is a comment -; <- comment - -; Another comment -; <- comment - -ECHO &a // This is a trailing comment -; ^ comment - -// vim: set ft=t32: |
