aboutsummaryrefslogtreecommitdiffstats
path: root/failing_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'failing_test.py')
-rw-r--r--failing_test.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/failing_test.py b/failing_test.py
index 3a4e88c..a188f33 100644
--- a/failing_test.py
+++ b/failing_test.py
@@ -4,7 +4,7 @@ import yaml
IN = {
"name": 'Hello World 6',
"in": [
- "---",
+ "---",
"- \"\\z\\x01\\x02\\x03\\x04\\x05\\x06\\a\\x08\\t\\n\\v\\f\\r\\x0e\\x0f\"",
"- \"\\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17\\x18\\x19\\x1a\\e\\x1c\\x1d\\x1e\\x1f\"",
"- \" !\\\"#\$%&'()*+,-./\"",
@@ -21,7 +21,8 @@ IN = {
"- \320\321\322\323\324\325\326\327\330\331\332\333\334\335\336\337",
"- \340\341\342\343\344\345\346\347\350\351\352\353\354\355\356\357",
"- \360\361\362\363\364\365\366\367\370\371\372\373\374\375\376\377",
- "..."],
+ "..."
+ ],
"out": [
"\0\1\2\3\4\5\6\a\b\t\n\13\f\r\16\17",
"\20\21\22\23\24\25\26\27\30\31\32\e\34\35\36\37",