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

Commit 2aab9e7

Browse files
committed
Fix missing required extensions
1 parent d47bdaf commit 2aab9e7

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

ifj2017/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from os import path
33

44
__PROJECT_ROOT__ = path.join(path.abspath(path.dirname(__file__)), '..')
5-
__version__ = version = '1.4.11'
5+
__version__ = version = '1.4.12'

ifj2017/tests/12_global/tests.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,31 @@
7474
},
7575
{
7676
"name": "23",
77-
"stdout": " 55 54 53 55 56 57"
77+
"stdout": " 55 54 53 55 56 57",
78+
"extensions": [
79+
"SCOPE"
80+
]
7881
},
7982
{
8083
"name": "24",
81-
"stdout": " 55 54 53 55 56 57 52 51 50 58 59 60"
84+
"stdout": " 55 54 53 55 56 57 52 51 50 58 59 60",
85+
"extensions": [
86+
"SCOPE"
87+
]
8288
},
8389
{
8490
"name": "25",
85-
"stdout": " 56 56 57 57"
91+
"stdout": " 56 56 57 57",
92+
"extensions": [
93+
"SCOPE"
94+
]
8695
},
8796
{
8897
"name": "26",
89-
"stdout": " 56 56 56 56 57 57 57 56"
98+
"stdout": " 56 56 56 56 57 57 57 56",
99+
"extensions": [
100+
"SCOPE"
101+
]
90102
}
91103
],
92104
"extensions": [

0 commit comments

Comments
 (0)