branch: elpa/d-mode
commit 54aca493f2840866fe832a03ae2f5a968b7aaecb
Author: Vladimir Panteleev <[email protected]>
Commit: Vladimir Panteleev <[email protected]>
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")