]> git.eshelyaron.com Git - emacs.git/commitdiff
Use lexical-binding in most url tests
authorStefan Kangas <stefankangas@gmail.com>
Fri, 24 Apr 2020 16:38:11 +0000 (18:38 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 24 Apr 2020 18:26:36 +0000 (20:26 +0200)
* test/lisp/url/url-auth-tests.el:
* test/lisp/url/url-expand-tests.el:
* test/lisp/url/url-parse-tests.el:
* test/lisp/url/url-tramp-tests.el:
* test/lisp/url/url-util-tests.el: Use lexical-binding.

test/lisp/url/url-auth-tests.el
test/lisp/url/url-expand-tests.el
test/lisp/url/url-parse-tests.el
test/lisp/url/url-tramp-tests.el
test/lisp/url/url-util-tests.el

index c574f3d373b6e3c125d21a7e820d6b28a7670269..d3acdef8535a444800831cb76a1360ba407eabd8 100644 (file)
@@ -1,4 +1,4 @@
-;;; url-auth-tests.el --- Test suite for url-auth.
+;;; url-auth-tests.el --- Test suite for url-auth.  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2015-2020 Free Software Foundation, Inc.
 
index 553bcf67bd21763939c821de972df495f0314dd1..6e0ce8695025cb7520bb4ce7ada748fb809188d4 100644 (file)
@@ -1,4 +1,4 @@
-;;; url-expand-tests.el --- Test suite for relative URI/URL resolution.
+;;; url-expand-tests.el --- Test suite for relative URI/URL resolution.  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2012-2020 Free Software Foundation, Inc.
 
index 98e6dcb9aed7faf855c3b4d2b976fd7396c978f6..6ec46479a6f538175a05a5226cdfa4e555fe3607 100644 (file)
@@ -1,4 +1,4 @@
-;;; url-parse-tests.el --- Test suite for URI/URL parsing.
+;;; url-parse-tests.el --- Test suite for URI/URL parsing.  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2012-2020 Free Software Foundation, Inc.
 
index d6f830afcf2a92b541a7f1e4b23e6f16355258ac..965b9ea0888d08b345240572dfe71225a65b9816 100644 (file)
@@ -1,4 +1,4 @@
-;;; url-tramp-tests.el --- Test suite for Tramp / URL conversion.
+;;; url-tramp-tests.el --- Test suite for Tramp / URL conversion.  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2017-2020 Free Software Foundation, Inc.
 
index fd3a8d6e108af7f352fcc4c784f45233b8866621..0416331b032a4d7926577ecee550179e453e84bb 100644 (file)
@@ -1,4 +1,4 @@
-;;; url-util-tests.el --- Test suite for url-util.
+;;; url-util-tests.el --- Test suite for url-util.  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2012-2020 Free Software Foundation, Inc.