Python: Adjust test expectations

so we can see the light go green.
But we should perhaps do something about those duplicate results.
This commit is contained in:
Rasmus Lerchedahl Petersen
2021-06-29 11:29:42 +02:00
parent fbfe415162
commit e778a65464
5 changed files with 15 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
| test.py:17:12:17:22 | Str | Backspace escape in regular expression at offset 1. |
| test.py:17:12:17:22 | [\\b\\t ] | Backspace escape in regular expression at offset 1. |
| test.py:19:12:19:28 | E\\d+\\b[ \\b\\t] | Backspace escape in regular expression at offset 8. |
| test.py:19:12:19:28 | Str | Backspace escape in regular expression at offset 8. |