emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/d-mode 54aca49 333/346: tests/I0021: Disable on Emacs >=27


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 54aca49 333/346: tests/I0021: Disable on Emacs >=27 for now
Date: Sun, 29 Aug 2021 11:00:55 -0400 (EDT)

branch: elpa/d-mode
commit 54aca493f2840866fe832a03ae2f5a968b7aaecb
Author: Vladimir Panteleev <git@thecybershadow.net>
Commit: Vladimir Panteleev <git@thecybershadow.net>

    tests/I0021: Disable on Emacs >=27 for now
    
    See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=45988
---
 tests/I0021.d | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/I0021.d b/tests/I0021.d
index 7d4d92a..96c5cf9 100644
--- a/tests/I0021.d
+++ b/tests/I0021.d
@@ -2,3 +2,7 @@
 // #out: ((167 . 172) (227 . 232))
 auto x = `ab\`; // back-quoted string ends with a backslash
 auto y = "c\""; // double-quoted string ends with an escaped "
+
+// cc-mode bug:
+// https://debbugs.gnu.org/cgi/bugreport.cgi?bug=45988
+// #condition: (version<= emacs-version "27")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]