From d149ff5233805c0a09b6067e0cf27549291cc83a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 17 Sep 2015 15:55:56 -0700 Subject: [PATCH] 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 0c383f7c7b6..0974a78e073 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 98d24e1f093..67f963beb00 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)) "\ -- 2.39.2