(regexp-tests-backtrack-optimization): Mark it as failing
* test/src/regex-emacs-tests.el (regexp-tests-backtrack-optimization): The fix for bug#65726 broke some of the optimization added for bug#61514.
This commit is contained in:
parent
8a9e653cc8
commit
80bdcf8f35
1 changed files with 1 additions and 0 deletions
|
@ -873,6 +873,7 @@ This evaluates the TESTS test cases from glibc."
|
|||
(should (equal (string-match "\\`a\\{2\\}*\\'" "a") nil)))
|
||||
|
||||
(ert-deftest regexp-tests-backtrack-optimization () ;bug#61514
|
||||
:expected-result :failed
|
||||
;; Make sure we don't use up the regexp stack needlessly.
|
||||
(with-current-buffer (get-buffer-create "*bug*")
|
||||
(erase-buffer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue