aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/python-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
-rw-r--r--test/lisp/progmodes/python-tests.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el
index 1c4d22d72fa..0b9f8484c10 100644
--- a/test/lisp/progmodes/python-tests.el
+++ b/test/lisp/progmodes/python-tests.el
@@ -2004,6 +2004,12 @@ string
2004 (python-util-forward-comment -1) 2004 (python-util-forward-comment -1)
2005 (point)))))) 2005 (point))))))
2006 2006
2007(ert-deftest python-nav-end-of-statement-2 ()
2008 "Test the string overlap assertion (Bug#30964)."
2009 (python-tests-with-temp-buffer
2010 "'\n''\n"
2011 (python-nav-end-of-statement)))
2012
2007(ert-deftest python-nav-forward-statement-1 () 2013(ert-deftest python-nav-forward-statement-1 ()
2008 (python-tests-with-temp-buffer 2014 (python-tests-with-temp-buffer
2009 " 2015 "