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

Commit

Permalink
Fix missing required extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Dec 6, 2017
1 parent d47bdaf commit 2aab9e7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ifj2017/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from os import path

__PROJECT_ROOT__ = path.join(path.abspath(path.dirname(__file__)), '..')
__version__ = version = '1.4.11'
__version__ = version = '1.4.12'
20 changes: 16 additions & 4 deletions ifj2017/tests/12_global/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,31 @@
},
{
"name": "23",
"stdout": " 55 54 53 55 56 57"
"stdout": " 55 54 53 55 56 57",
"extensions": [
"SCOPE"
]
},
{
"name": "24",
"stdout": " 55 54 53 55 56 57 52 51 50 58 59 60"
"stdout": " 55 54 53 55 56 57 52 51 50 58 59 60",
"extensions": [
"SCOPE"
]
},
{
"name": "25",
"stdout": " 56 56 57 57"
"stdout": " 56 56 57 57",
"extensions": [
"SCOPE"
]
},
{
"name": "26",
"stdout": " 56 56 56 56 57 57 57 56"
"stdout": " 56 56 56 56 57 57 57 56",
"extensions": [
"SCOPE"
]
}
],
"extensions": [
Expand Down

0 comments on commit 2aab9e7

Please sign in to comment.