We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558919b commit a0bc1c3Copy full SHA for a0bc1c3
tests/test-correct.py
@@ -21,6 +21,8 @@ def print_fail(format):
21
def extension(lang):
22
if lang == "alan":
23
return '.alan'
24
+ elif lang == "dana":
25
+ return '.dana'
26
elif lang == "grace":
27
return '.grc'
28
elif lang == "llama":
tests/test-erroneous.py
0 commit comments