aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPaul Eggert2016-01-04 14:46:35 -0800
committerPaul Eggert2016-01-04 14:47:01 -0800
commit61e83e902b388490b609677a76f3d49740439f24 (patch)
treee2329fd5e9f6ec1c72b26a68765e8f982f788b29 /test
parent989bcc77ab576d7a83cb0194a9fc73ce51939042 (diff)
downloademacs-61e83e902b388490b609677a76f3d49740439f24.tar.gz
emacs-61e83e902b388490b609677a76f3d49740439f24.zip
Spelling fixes
Diffstat (limited to 'test')
-rw-r--r--test/file-organisation.org4
-rw-r--r--test/lisp/filenotify-tests.el2
-rw-r--r--test/lisp/url/url-parse-tests.el2
3 files changed, 4 insertions, 4 deletions
diff --git a/test/file-organisation.org b/test/file-organisation.org
index b7540001cc4..226e12d5330 100644
--- a/test/file-organisation.org
+++ b/test/file-organisation.org
@@ -50,5 +50,5 @@ directory as the feature. Hence, the lisp file ~flymake.el~ should have test
50files in ~/test/automated/lisp/progmodes/flymake-tests.el~ should reside in a 50files in ~/test/automated/lisp/progmodes/flymake-tests.el~ should reside in a
51directory called ~/test/automated/lisp/progmodes/flymake-resources~. 51directory called ~/test/automated/lisp/progmodes/flymake-resources~.
52 52
53No guidance is given for the organisation of resource files inside the 53No guidance is given for the organization of resource files inside the
54~-resource~ directory; files can be organised at the author's discretion. 54~-resource~ directory; files can be organized at the author's discretion.
diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el
index d6322c22c0e..376904dd65c 100644
--- a/test/lisp/filenotify-tests.el
+++ b/test/lisp/filenotify-tests.el
@@ -136,7 +136,7 @@ being the result.")
136 (cdr file-notify--test-remote-enabled-checked)) 136 (cdr file-notify--test-remote-enabled-checked))
137 137
138(defun file-notify--test-library () 138(defun file-notify--test-library ()
139 "The used libray for the test, as string. 139 "The used library for the test, as a string.
140In the remote case, it is the process name which runs on the 140In the remote case, it is the process name which runs on the
141remote host, or nil." 141remote host, or nil."
142 (if (null (file-remote-p temporary-file-directory)) 142 (if (null (file-remote-p temporary-file-directory))
diff --git a/test/lisp/url/url-parse-tests.el b/test/lisp/url/url-parse-tests.el
index 154e0917a43..443034a603e 100644
--- a/test/lisp/url/url-parse-tests.el
+++ b/test/lisp/url/url-parse-tests.el
@@ -156,7 +156,7 @@
156 ;; example mentioned in RFC3986, section 5.4. Reference Resolution Examples 156 ;; example mentioned in RFC3986, section 5.4. Reference Resolution Examples
157 (should (equal (url-generic-parse-url "http://a/b/c/d;p?q") (url-parse-make-urlobj "http" nil nil "a" nil "/b/c/d;p?q" nil nil t)))) 157 (should (equal (url-generic-parse-url "http://a/b/c/d;p?q") (url-parse-make-urlobj "http" nil nil "a" nil "/b/c/d;p?q" nil nil t))))
158 158
159(ert-deftest url-generic-parse-url/same-decument-reference () 159(ert-deftest url-generic-parse-url/same-document-reference ()
160 "RFC 3986, section 4.4. Same-Document Reference / same-document reference: empty or number sign (\"#\") followed by a fragment identifier" 160 "RFC 3986, section 4.4. Same-Document Reference / same-document reference: empty or number sign (\"#\") followed by a fragment identifier"
161 (should (equal (url-generic-parse-url "") (url-parse-make-urlobj nil nil nil nil nil "" nil nil nil))) 161 (should (equal (url-generic-parse-url "") (url-parse-make-urlobj nil nil nil nil nil "" nil nil nil)))
162 (should (equal (url-generic-parse-url "#") (url-parse-make-urlobj nil nil nil nil nil "" "" nil nil))) 162 (should (equal (url-generic-parse-url "#") (url-parse-make-urlobj nil nil nil nil nil "" "" nil nil)))