diff options
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
| -rw-r--r-- | test/lisp/progmodes/python-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index 999cf8dc7a3..b940f45bb90 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el | |||
| @@ -5350,7 +5350,7 @@ buffer with overlapping strings." | |||
| 5350 | ;; The description of the problem it's trying to catch is not clear enough | 5350 | ;; The description of the problem it's trying to catch is not clear enough |
| 5351 | ;; to be able to see if the underlying problem is really fixed, sadly. | 5351 | ;; to be able to see if the underlying problem is really fixed, sadly. |
| 5352 | ;; E.g. I don't know what is meant by "overlap", really. | 5352 | ;; E.g. I don't know what is meant by "overlap", really. |
| 5353 | (skip-unless nil) | 5353 | :tags '(:unstable) |
| 5354 | (python-tests-with-temp-buffer "''' '\n''' ' '\n" | 5354 | (python-tests-with-temp-buffer "''' '\n''' ' '\n" |
| 5355 | (syntax-propertize (point-max)) | 5355 | (syntax-propertize (point-max)) |
| 5356 | ;; Create a situation where strings nominally overlap. This | 5356 | ;; Create a situation where strings nominally overlap. This |