branch: elpa/flycheck
commit bb83bda1e0c49fb510f60435ec45587c4188cc6a
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Update overlay test for bidi-isolated error snippets
---
test/specs/test-overlays.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/specs/test-overlays.el b/test/specs/test-overlays.el
index e3a4f0675c..446df94b1c 100644
--- a/test/specs/test-overlays.el
+++ b/test/specs/test-overlays.el
@@ -239,6 +239,6 @@
(let ((text-quoting-style 'grave))
(expect (help-at-pt-string)
:to-equal
- "`int main() {}': info\n`main': warning\n`main()':
error"))))))
+ "`\N{FIRST STRONG ISOLATE}int main() {}\N{POP DIRECTIONAL
ISOLATE}': info\n`\N{FIRST STRONG ISOLATE}main\N{POP DIRECTIONAL ISOLATE}':
warning\n`\N{FIRST STRONG ISOLATE}main()\N{POP DIRECTIONAL ISOLATE}':
error"))))))
;;; test-overlays.el ends here