mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 23:29:54 -06:00
Corrected all your language name references
This commit is contained in:
parent
9392139a9c
commit
073ab245c7
22 changed files with 42 additions and 176 deletions
6
bindings/python/tests/test_binding.py
generated
6
bindings/python/tests/test_binding.py
generated
|
|
@ -1,11 +1,11 @@
|
|||
from unittest import TestCase
|
||||
|
||||
import tree_sitter, tree_sitter_your_language_name
|
||||
import tree_sitter, tree_sitter_zanscript
|
||||
|
||||
|
||||
class TestLanguage(TestCase):
|
||||
def test_can_load_grammar(self):
|
||||
try:
|
||||
tree_sitter.Language(tree_sitter_your_language_name.language())
|
||||
tree_sitter.Language(tree_sitter_zanscript.language())
|
||||
except Exception:
|
||||
self.fail("Error loading YourLanguageName grammar")
|
||||
self.fail("Error loading Zanscript grammar")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue