emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master d149ff5: Some more minor backslash fixes


From: Paul Eggert
Subject: [Emacs-diffs] master d149ff5: Some more minor backslash fixes
Date: Thu, 17 Sep 2015 22:56:50 +0000

branch: master
commit d149ff5233805c0a09b6067e0cf27549291cc83a
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Some more minor backslash fixes
    
    * test/automated/compile-tests.el (compile-tests--test-regexps-data):
    * test/automated/info-xref.el (info-xref-test-write-file):
    Double backslashes in strings.
---
 test/automated/compile-tests.el |    8 ++++----
 test/automated/info-xref.el     |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/test/automated/compile-tests.el b/test/automated/compile-tests.el
index 0c383f7..0974a78 100644
--- a/test/automated/compile-tests.el
+++ b/test/automated/compile-tests.el
@@ -228,10 +228,10 @@
     ("1>test_main.cpp(29): error C4430: missing type specifier - int assumed. 
Note: C++ does not support default-int"
      3 nil 29 "test_main.cpp")
     ;; watcom
-    ("..\src\ctrl\lister.c(109): Error! E1009: Expecting ';' but found '{'"
-     1 nil 109 "..\src\ctrl\lister.c")
-    ("..\src\ctrl\lister.c(120): Warning! W201: Unreachable code"
-     1 nil 120 "..\src\ctrl\lister.c")
+    ("..\\src\\ctrl\\lister.c(109): Error! E1009: Expecting ';' but found '{'"
+     1 nil 109 "..\\src\\ctrl\\lister.c")
+    ("..\\src\\ctrl\\lister.c(120): Warning! W201: Unreachable code"
+     1 nil 120 "..\\src\\ctrl\\lister.c")
     ;; oracle
     ("Semantic error at line 528, column 5, file erosacqdb.pc:"
      1 5 528 "erosacqdb.pc")
diff --git a/test/automated/info-xref.el b/test/automated/info-xref.el
index 98d24e1..67f963b 100644
--- a/test/automated/info-xref.el
+++ b/test/automated/info-xref.el
@@ -64,7 +64,7 @@ RESULT is a list (NBAD NGOOD NUNAVAIL)."
   "Write BODY to texi FILE."
   (with-temp-buffer
     (insert "\
-\input texinfo
+\\input texinfo
 @setfilename "
             (format "%s.info\n" (file-name-sans-extension file))
             "\



reply via email to

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