We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f18b6a commit 9efb3ddCopy full SHA for 9efb3dd
ports-py/json-rfc.py
@@ -31,6 +31,6 @@ def file_contents(env,file_name):
31
32
suite.run(exclude=(
33
# Python json accespts Infinity and NaN, although they are not allowed.
34
- "test_n_number_infinity.json",
35
- "test_n_number_NaN.json",
36
- "test_n_number_minus_infinity.json"))
+ "test_n_number_infinity",
+ "test_n_number_NaN",
+ "test_n_number_minus_infinity"))
0 commit comments