fix ruby with ts 0.23

This commit is contained in:
Paul Gauthier 2025-03-06 16:26:41 -08:00
parent 101f7de889
commit 0e65ddee37
2 changed files with 19 additions and 2 deletions

View file

@ -291,10 +291,10 @@ class TestRepoMapAllLanguages(unittest.TestCase):
"java": ("java", "Greeting"),
"javascript": ("js", "Person"),
"kotlin": ("kt", "Greeting"),
"ocaml": ("ml", "Greeter"),
# "ocaml": ("ml", "Greeter"), # not supported in tsl-pack (yet?)
"php": ("php", "greet"),
"python": ("py", "Person"),
"ql": ("ql", "greet"),
# "ql": ("ql", "greet"), # not supported in tsl-pack (yet?)
"ruby": ("rb", "greet"),
"rust": ("rs", "Person"),
"typescript": ("ts", "greet"),