aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/python-tests.el
diff options
context:
space:
mode:
authorStephen Leake2019-04-14 09:24:42 -0700
committerStephen Leake2019-04-14 09:24:42 -0700
commit5ee5895f9b7b829783bc0f217095748076cc77e9 (patch)
tree82eb5163502b447425eba24d2d368e878813ab77 /test/lisp/progmodes/python-tests.el
parentca449fb1c1f86589cbf4da49cda1750ffdb2cad4 (diff)
parent890440a44cd5f4f09742f521c7783785d114fffc (diff)
downloademacs-5ee5895f9b7b829783bc0f217095748076cc77e9.tar.gz
emacs-5ee5895f9b7b829783bc0f217095748076cc77e9.zip
Merge commit '890440a44cd5f4f09742f521c7783785d114fffc'
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
-rw-r--r--test/lisp/progmodes/python-tests.el2
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