branch: externals/hyperbole
commit 9865a90901adcef8642054e1128371cc2e689127
Author: Mats Lidell <[email protected]>
Commit: Mats Lidell <[email protected]>
Avoid revert query
---
ChangeLog | 4 ++++
test/hywiki-tests.el | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index e8d9c1b284..49e1e9b608 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2026-02-01 Mats Lidell <[email protected]>
+
+* test/hywiki-tests.el (hywiki-tests--publish-special-cases): Avoid revert
query.
+
2026-01-31 Bob Weiner <[email protected]>
* hproperty.el (hproperty:char-property-face-p): Rename to
diff --git a/test/hywiki-tests.el b/test/hywiki-tests.el
index bc103488f5..95409cd5e5 100644
--- a/test/hywiki-tests.el
+++ b/test/hywiki-tests.el
@@ -1125,7 +1125,8 @@ WikiWord#Csection-subsection
;; ^ Crashes due to (wrong-type-argument
integer-or-marker-p nil) caused by buffer-substring-no-properties(nil nil)
))
(let ((input (car v))
- (regex-output (cdr v)))
+ (regex-output (cdr v))
+ (revert-without-query '(".*")))
;; Setup WikiPage.
(find-file wikipage)
(erase-buffer)