Skip to content

Commit 8db4faf

Browse files
committed
Remove zero terminated floats from black list
1 parent 970f9e6 commit 8db4faf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/JsonSchema/Tests/Drafts/Draft3Test.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ protected function getBlackList()
1515
'ref.json',
1616
'refRemote.json',
1717
'bignum.json',
18-
'jsregex.json',
19-
'zeroTerminatedFloats.json'
18+
'jsregex.json'
2019
);
2120
}
2221
}

tests/JsonSchema/Tests/Drafts/Draft4Test.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ protected function getBlackList()
1818
'ref.json',
1919
'refRemote.json',
2020
// Optional
21-
'bignum.json',
22-
'zeroTerminatedFloats.json'
21+
'bignum.json'
2322
);
2423
}
2524
}

0 commit comments

Comments
 (0)