emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117001: * automated/tramp-tests.el (tramp-test30


From: Michael Albinus
Subject: [Emacs-diffs] emacs-24 r117001: * automated/tramp-tests.el (tramp-test30-special-characters):
Date: Tue, 22 Apr 2014 07:51:15 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117001
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: emacs-24
timestamp: Tue 2014-04-22 09:50:58 +0200
message:
  * automated/tramp-tests.el (tramp-test30-special-characters):
  Remove test for backslash.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/tramp-tests.el  tramptests.el-20131105142319-d9zp3oprkpxj5v1e-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2014-04-20 21:39:43 +0000
+++ b/test/ChangeLog    2014-04-22 07:50:58 +0000
@@ -1,3 +1,8 @@
+2014-04-22  Michael Albinus  <address@hidden>
+
+       * automated/tramp-tests.el (tramp-test30-special-characters):
+       Remove test for backslash.
+
 2014-04-20  Michael Albinus  <address@hidden>
 
        * automated/tramp-tests.el

=== modified file 'test/automated/tramp-tests.el'
--- a/test/automated/tramp-tests.el     2014-04-20 21:39:43 +0000
+++ b/test/automated/tramp-tests.el     2014-04-22 07:50:58 +0000
@@ -1464,9 +1464,10 @@
   "Check special characters in file names."
   (skip-unless (tramp--test-enabled))
 
-  ;; Newlines and slashes in file names are not supported.  So we don't test.
+  ;; Newlines, slashes and backslashes in file names are not supported.
+  ;; So we don't test.
   (tramp--test-check-files
-   " foo bar\tbaz "
+   " foo\tbar baz\t"
    "$foo$bar$$baz$"
    "-foo-bar-baz-"
    "%foo%bar%baz%"
@@ -1474,7 +1475,6 @@
    "?foo?bar?baz?"
    "*foo*bar*baz*"
    "'foo\"bar'baz\""
-   "\\foo\\bar\\baz\\"
    "#foo#bar#baz#"
    "!foo|bar!baz|"
    ":foo;bar:baz;"


reply via email to

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