Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #27 from timoti111/master
Browse files Browse the repository at this point in the history
Tests 22 and 27 in 01_basic needs extension - #26
  • Loading branch information
thejoeejoee authored Nov 21, 2017
2 parents 5d97233 + 3e50695 commit 84fbf1c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ifj2017/tests/01_basic/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@
{
"name": "22",
"stdin": "rozdil\n10\n5",
"stdout": "? ? ? 5"
"stdout": "? ? ? 5",
"extensions": [
"IFTHEN"
]
},
{
"name": "23",
Expand All @@ -76,6 +79,12 @@
{
"name": "25",
"stdout": "-5"
},
{
"name": "27",
"extensions": [
"BOOLOP"
]
}
]
}

0 comments on commit 84fbf1c

Please sign in to comment.