aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Kangas2022-12-01 16:36:09 +0100
committerStefan Kangas2022-12-01 16:36:09 +0100
commit70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch)
tree27d9ebd0090f107cb4381b8155e08097c988a471 /test
parenta86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff)
downloademacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz
emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'test')
-rw-r--r--test/lisp/cedet/semantic-utest.el2
-rw-r--r--test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el2
-rw-r--r--test/lisp/erc/erc-join-tests.el2
-rw-r--r--test/lisp/filenotify-tests.el4
-rw-r--r--test/lisp/net/tramp-archive-tests.el2
-rw-r--r--test/lisp/net/tramp-tests.el12
-rw-r--r--test/manual/cedet/cedet-utests.el3
-rw-r--r--test/manual/cedet/semantic-tests.el3
-rw-r--r--test/manual/cedet/tests/testpolymorph.cpp10
-rw-r--r--test/manual/cedet/tests/testsppreplace.c4
-rw-r--r--test/manual/cedet/tests/testsppreplaced.c4
11 files changed, 25 insertions, 23 deletions
diff --git a/test/lisp/cedet/semantic-utest.el b/test/lisp/cedet/semantic-utest.el
index b577b198089..4aaa4c5e3c4 100644
--- a/test/lisp/cedet/semantic-utest.el
+++ b/test/lisp/cedet/semantic-utest.el
@@ -593,7 +593,7 @@ INSERTME is the text to be inserted after the deletion."
593 ) 593 )
594 594
595(ert-deftest semantic-utest-Scheme() 595(ert-deftest semantic-utest-Scheme()
596 (skip-unless nil) ;; There is a bug w/ scheme parser. Skip this for now. 596 (skip-unless nil) ;; There is a bug with scheme parser. Skip this for now.
597 (semantic-utest-generic (semantic-utest-fname "tst.scm") semantic-utest-Scheme-buffer-contents semantic-utest-Scheme-name-contents '("fun2") ";1" ";deleted line") 597 (semantic-utest-generic (semantic-utest-fname "tst.scm") semantic-utest-Scheme-buffer-contents semantic-utest-Scheme-name-contents '("fun2") ";1" ";deleted line")
598 ) 598 )
599 599
diff --git a/test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el b/test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el
index af19c122b9f..05d24a8e35d 100644
--- a/test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el
+++ b/test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el
@@ -308,7 +308,7 @@
308 (setq eieio-test-method-order-list (nreverse eieio-test-method-order-list)) 308 (setq eieio-test-method-order-list (nreverse eieio-test-method-order-list))
309 (eieio-test-match ans))) 309 (eieio-test-match ans)))
310 310
311;;; Jan's methodinvoke order w/ multiple inheritance and :after methods. 311;;; Jan's methodinvoke order with multiple inheritance and :after methods.
312;; 312;;
313(defclass eitest-Ja () 313(defclass eitest-Ja ()
314 ()) 314 ())
diff --git a/test/lisp/erc/erc-join-tests.el b/test/lisp/erc/erc-join-tests.el
index 8210defbfbd..89521ba4292 100644
--- a/test/lisp/erc/erc-join-tests.el
+++ b/test/lisp/erc/erc-join-tests.el
@@ -335,7 +335,7 @@
335 (start-process "true" (current-buffer) "true") 335 (start-process "true" (current-buffer) "true")
336 erc-server-current-nick "tester" 336 erc-server-current-nick "tester"
337 erc-server-announced-name "foo.gnu.chat" 337 erc-server-announced-name "foo.gnu.chat"
338 ;; Assume special case w/o known network 338 ;; Assume special case without known network
339 erc-networks--id (make-erc-networks--id)) 339 erc-networks--id (make-erc-networks--id))
340 (set-process-query-on-exit-flag erc-server-process nil) 340 (set-process-query-on-exit-flag erc-server-process nil)
341 (should-not calls) 341 (should-not calls)
diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el
index d82e2dae7aa..724cd63e222 100644
--- a/test/lisp/filenotify-tests.el
+++ b/test/lisp/filenotify-tests.el
@@ -1590,8 +1590,8 @@ the file watch."
1590 (unwind-protect 1590 (unwind-protect
1591 (progn 1591 (progn
1592 (write-region "any text" nil file-notify--test-tmpfile1 nil 'no-message) 1592 (write-region "any text" nil file-notify--test-tmpfile1 nil 'no-message)
1593 ;; Some systems, like MS Windows w/o sufficient privileges, do 1593 ;; Some systems, like MS Windows without sufficient
1594 ;; not allow creation of symbolic links. 1594 ;; privileges, do not allow creation of symbolic links.
1595 (condition-case nil 1595 (condition-case nil
1596 (make-symbolic-link 1596 (make-symbolic-link
1597 file-notify--test-tmpfile1 file-notify--test-tmpfile) 1597 file-notify--test-tmpfile1 file-notify--test-tmpfile)
diff --git a/test/lisp/net/tramp-archive-tests.el b/test/lisp/net/tramp-archive-tests.el
index f8a0aa03e32..d9eafc47ad7 100644
--- a/test/lisp/net/tramp-archive-tests.el
+++ b/test/lisp/net/tramp-archive-tests.el
@@ -123,7 +123,7 @@ the origin of the temporary TMPFILE, have no write permissions."
123 123
124(defun tramp-archive--test-emacs27-p () 124(defun tramp-archive--test-emacs27-p ()
125 "Check for Emacs version >= 27.1. 125 "Check for Emacs version >= 27.1.
126Some semantics has been changed for there, w/o new functions or 126Some semantics has been changed for there, without new functions or
127variables, so we check the Emacs version directly." 127variables, so we check the Emacs version directly."
128 (>= emacs-major-version 27)) 128 (>= emacs-major-version 27))
129 129
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 6ffb8a65292..79b2fc803d6 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -6597,20 +6597,20 @@ INPUT, if non-nil, is a string sent to the process."
6597 6597
6598(defun tramp--test-emacs27-p () 6598(defun tramp--test-emacs27-p ()
6599 "Check for Emacs version >= 27.1. 6599 "Check for Emacs version >= 27.1.
6600Some semantics has been changed for there, w/o new functions or 6600Some semantics has been changed for there, without new functions
6601variables, so we check the Emacs version directly." 6601or variables, so we check the Emacs version directly."
6602 (>= emacs-major-version 27)) 6602 (>= emacs-major-version 27))
6603 6603
6604(defun tramp--test-emacs28-p () 6604(defun tramp--test-emacs28-p ()
6605 "Check for Emacs version >= 28.1. 6605 "Check for Emacs version >= 28.1.
6606Some semantics has been changed for there, w/o new functions or 6606Some semantics has been changed for there, without new functions
6607variables, so we check the Emacs version directly." 6607or variables, so we check the Emacs version directly."
6608 (>= emacs-major-version 28)) 6608 (>= emacs-major-version 28))
6609 6609
6610(defun tramp--test-emacs29-p () 6610(defun tramp--test-emacs29-p ()
6611 "Check for Emacs version >= 29.1. 6611 "Check for Emacs version >= 29.1.
6612Some semantics has been changed for there, w/o new functions or 6612Some semantics has been changed for there, without new functions
6613variables, so we check the Emacs version directly." 6613or variables, so we check the Emacs version directly."
6614 (>= emacs-major-version 29)) 6614 (>= emacs-major-version 29))
6615 6615
6616(defun tramp--test-adb-p () 6616(defun tramp--test-adb-p ()
diff --git a/test/manual/cedet/cedet-utests.el b/test/manual/cedet/cedet-utests.el
index b365908c639..2c5ba46855d 100644
--- a/test/manual/cedet/cedet-utests.el
+++ b/test/manual/cedet/cedet-utests.el
@@ -333,7 +333,8 @@ ERRORCONDITION is some error that may have occurred during testing."
333 "Add into the log that the last item is done. 333 "Add into the log that the last item is done.
334Apply NOTES to the doneness of the log. 334Apply NOTES to the doneness of the log.
335Apply ERR if there was an error in previous item. 335Apply ERR if there was an error in previous item.
336Optional argument PRECR indicates to prefix the done msg w/ a newline." 336Optional argument PRECR indicates to prefix the done message with
337a newline."
337 (if noninteractive 338 (if noninteractive
338 ;; Non-interactive-mode - show a message. 339 ;; Non-interactive-mode - show a message.
339 (if notes 340 (if notes
diff --git a/test/manual/cedet/semantic-tests.el b/test/manual/cedet/semantic-tests.el
index dcdeb45b0a3..1d0e668d96f 100644
--- a/test/manual/cedet/semantic-tests.el
+++ b/test/manual/cedet/semantic-tests.el
@@ -87,7 +87,8 @@ run the test again")))
87(defun semanticdb-test-gnu-global (searchfor &optional standardfile) 87(defun semanticdb-test-gnu-global (searchfor &optional standardfile)
88 "Test the GNU Global semanticdb. 88 "Test the GNU Global semanticdb.
89Argument SEARCHFOR is the text to search for. 89Argument SEARCHFOR is the text to search for.
90If optional arg STANDARDFILE is non-nil, use a standard file w/ global enabled." 90If optional arg STANDARDFILE is non-nil, use a standard file with
91global enabled."
91 (interactive "sSearch For Tag: \nP") 92 (interactive "sSearch For Tag: \nP")
92 93
93 (require 'data-debug) 94 (require 'data-debug)
diff --git a/test/manual/cedet/tests/testpolymorph.cpp b/test/manual/cedet/tests/testpolymorph.cpp
index ba64e39a7a5..cfe44ecc4d3 100644
--- a/test/manual/cedet/tests/testpolymorph.cpp
+++ b/test/manual/cedet/tests/testpolymorph.cpp
@@ -22,7 +22,7 @@
22 22
23#include <cmath> 23#include <cmath>
24 24
25// Test 1 - Functions w/ prototypes 25// Test 1 - Functions with prototypes
26namespace proto { 26namespace proto {
27 27
28 int pt_func1(int arg1); 28 int pt_func1(int arg1);
@@ -32,7 +32,7 @@ namespace proto {
32 32
33} 33}
34 34
35// Test 2 - Functions w/ different arg lists. 35// Test 2 - Functions with different arg lists.
36namespace fcn_poly { 36namespace fcn_poly {
37 37
38 int pm_func(void) { 38 int pm_func(void) {
@@ -50,7 +50,7 @@ namespace fcn_poly {
50 50
51} 51}
52 52
53// Test 3 - Methods w/ different arg lists. 53// Test 3 - Methods with different arg lists.
54class meth_poly { 54class meth_poly {
55public: 55public:
56 int pm_meth(void) { 56 int pm_meth(void) {
@@ -68,7 +68,7 @@ public:
68 68
69}; 69};
70 70
71// Test 4 - Templates w/ partial specifiers. 71// Test 4 - Templates with partial specifiers.
72namespace template_partial_spec { 72namespace template_partial_spec {
73 template <typename T> class test 73 template <typename T> class test
74 { 74 {
@@ -83,7 +83,7 @@ namespace template_partial_spec {
83 }; 83 };
84} 84}
85 85
86// Test 5 - Templates w/ full specialization which may or may not share 86// Test 5 - Templates with full specialization which may or may not share
87// common functions. 87// common functions.
88namespace template_full_spec { 88namespace template_full_spec {
89 template <typename T> class test 89 template <typename T> class test
diff --git a/test/manual/cedet/tests/testsppreplace.c b/test/manual/cedet/tests/testsppreplace.c
index 54ae3f0323e..d255c202d35 100644
--- a/test/manual/cedet/tests/testsppreplace.c
+++ b/test/manual/cedet/tests/testsppreplace.c
@@ -66,7 +66,7 @@ int myFcn3 (int a, int b);
66 66
67MULTI_ARGS(ma_struct, moose, penguin, emu); 67MULTI_ARGS(ma_struct, moose, penguin, emu);
68 68
69/* TEST: Macro w/ args, but no body. */ 69/* TEST: Macro with args, but no body. */
70#define NO_BODY(name) 70#define NO_BODY(name)
71 71
72NO_BODY(Moose); 72NO_BODY(Moose);
@@ -78,7 +78,7 @@ int not_with_args_fcn NOT_WITH_ARGS
78{ 78{
79} 79}
80 80
81/* TEST: macro w/ continuation. */ 81/* TEST: macro with continuation. */
82#define WITH_CONT \ 82#define WITH_CONT \
83 continuation_symbol 83 continuation_symbol
84 84
diff --git a/test/manual/cedet/tests/testsppreplaced.c b/test/manual/cedet/tests/testsppreplaced.c
index c359fa7d690..c98349174e5 100644
--- a/test/manual/cedet/tests/testsppreplaced.c
+++ b/test/manual/cedet/tests/testsppreplaced.c
@@ -55,14 +55,14 @@ int myFcn3 (int a, int b);
55/* TEST: Multiple args to a macro. */ 55/* TEST: Multiple args to a macro. */
56struct ma_struct { int moose; int penguin; int emu; }; 56struct ma_struct { int moose; int penguin; int emu; };
57 57
58/* TEST: Macro w/ args, but no body. */ 58/* TEST: Macro with args, but no body. */
59 59
60/* TEST: Not a macro with args, but close. */ 60/* TEST: Not a macro with args, but close. */
61int not_with_args_fcn (moose) 61int not_with_args_fcn (moose)
62{ 62{
63} 63}
64 64
65/* TEST: macro w/ continuation. */ 65/* TEST: macro with continuation. */
66int continuation_symbol () { }; 66int continuation_symbol () { };
67 67
68/* TEST: macros in a macro - tail processing */ 68/* TEST: macros in a macro - tail processing */