Skip to content

Commit a0bc1c3

Browse files
committed
Add Dana to testing scripts
1 parent 558919b commit a0bc1c3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/test-correct.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ def print_fail(format):
2121
def extension(lang):
2222
if lang == "alan":
2323
return '.alan'
24+
elif lang == "dana":
25+
return '.dana'
2426
elif lang == "grace":
2527
return '.grc'
2628
elif lang == "llama":

tests/test-erroneous.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ def print_fail(format):
2121
def extension(lang):
2222
if lang == "alan":
2323
return '.alan'
24+
elif lang == "dana":
25+
return '.dana'
2426
elif lang == "grace":
2527
return '.grc'
2628
elif lang == "llama":

0 commit comments

Comments
 (0)