summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-10-26 19:09:16 +0000
committerMoonchild <moonchild@palemoon.org>2020-10-26 19:09:16 +0000
commit6a4c3caa8ee469558c27077ddfad8268b1575da4 (patch)
tree110756a2aa9d2b00da201eb093ac37d7093366d3 /testing
parent0daf842cf447d6067674b25f8c141792e758bdb5 (diff)
downloaduxp-6a4c3caa8ee469558c27077ddfad8268b1575da4.tar.gz
Issue #1656 - Nuke the remaining vim lines in UXP
Closes #1656
Diffstat (limited to 'testing')
-rw-r--r--testing/mozbase/mozprocess/tests/iniparser/dictionary.c1
-rw-r--r--testing/mozbase/mozprocess/tests/iniparser/iniparser.c1
-rw-r--r--testing/tools/iceserver/iceserver.py1
-rw-r--r--testing/tools/websocketprocessbridge/websocketprocessbridge.py1
-rw-r--r--testing/web-platform/tests/dom/nodes/Document-characterSet-normalization.html1
-rw-r--r--testing/web-platform/tests/dom/nodes/Node-compareDocumentPosition.html1
-rw-r--r--testing/web-platform/tests/dom/nodes/Node-contains.html1
7 files changed, 0 insertions, 7 deletions
diff --git a/testing/mozbase/mozprocess/tests/iniparser/dictionary.c b/testing/mozbase/mozprocess/tests/iniparser/dictionary.c
index da41d9b2e6..7d973e0fe9 100644
--- a/testing/mozbase/mozprocess/tests/iniparser/dictionary.c
+++ b/testing/mozbase/mozprocess/tests/iniparser/dictionary.c
@@ -404,4 +404,3 @@ int main(int argc, char *argv[])
return 0 ;
}
#endif
-/* vim: set ts=4 et sw=4 tw=75 */
diff --git a/testing/mozbase/mozprocess/tests/iniparser/iniparser.c b/testing/mozbase/mozprocess/tests/iniparser/iniparser.c
index 02a23b7559..959d8aa043 100644
--- a/testing/mozbase/mozprocess/tests/iniparser/iniparser.c
+++ b/testing/mozbase/mozprocess/tests/iniparser/iniparser.c
@@ -645,4 +645,3 @@ void iniparser_freedict(dictionary * d)
dictionary_del(d);
}
-/* vim: set ts=4 et sw=4 tw=75 */
diff --git a/testing/tools/iceserver/iceserver.py b/testing/tools/iceserver/iceserver.py
index 3e1d31de9a..2089301af8 100644
--- a/testing/tools/iceserver/iceserver.py
+++ b/testing/tools/iceserver/iceserver.py
@@ -1,4 +1,3 @@
-# vim: set ts=4 et sw=4 tw=80
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
diff --git a/testing/tools/websocketprocessbridge/websocketprocessbridge.py b/testing/tools/websocketprocessbridge/websocketprocessbridge.py
index 57bab31a48..02418d0e67 100644
--- a/testing/tools/websocketprocessbridge/websocketprocessbridge.py
+++ b/testing/tools/websocketprocessbridge/websocketprocessbridge.py
@@ -1,4 +1,3 @@
-# vim: set ts=4 et sw=4 tw=80
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
diff --git a/testing/web-platform/tests/dom/nodes/Document-characterSet-normalization.html b/testing/web-platform/tests/dom/nodes/Document-characterSet-normalization.html
index 746792fb78..557a226330 100644
--- a/testing/web-platform/tests/dom/nodes/Document-characterSet-normalization.html
+++ b/testing/web-platform/tests/dom/nodes/Document-characterSet-normalization.html
@@ -370,4 +370,3 @@ Object.keys(encodingMap).forEach(function(name) {
});
});
</script>
-<!-- vim: set expandtab tabstop=2 shiftwidth=2: -->
diff --git a/testing/web-platform/tests/dom/nodes/Node-compareDocumentPosition.html b/testing/web-platform/tests/dom/nodes/Node-compareDocumentPosition.html
index afae60aad1..bdbf4fcd09 100644
--- a/testing/web-platform/tests/dom/nodes/Node-compareDocumentPosition.html
+++ b/testing/web-platform/tests/dom/nodes/Node-compareDocumentPosition.html
@@ -84,4 +84,3 @@ testNodes.forEach(function(referenceName) {
testDiv.parentNode.removeChild(testDiv);
</script>
-<!-- vim: set expandtab tabstop=2 shiftwidth=2: -->
diff --git a/testing/web-platform/tests/dom/nodes/Node-contains.html b/testing/web-platform/tests/dom/nodes/Node-contains.html
index a3d6448664..bf10a1d949 100644
--- a/testing/web-platform/tests/dom/nodes/Node-contains.html
+++ b/testing/web-platform/tests/dom/nodes/Node-contains.html
@@ -33,4 +33,3 @@ testNodes.forEach(function(referenceName) {
testDiv.parentNode.removeChild(testDiv);
</script>
-<!-- vim: set expandtab tabstop=2 shiftwidth=2: -->