diff options
| author | Stefan Kangas | 2020-04-24 18:38:11 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-04-24 20:26:36 +0200 |
| commit | fe3c7158f5575340ccbde4979fbb3fe23e71e4e5 (patch) | |
| tree | f02b4142940c564856214692795a18e40e8f46d0 | |
| parent | c52f8863a536c003980c8fcc24dfb48dfb2353a8 (diff) | |
| download | emacs-fe3c7158f5575340ccbde4979fbb3fe23e71e4e5.tar.gz emacs-fe3c7158f5575340ccbde4979fbb3fe23e71e4e5.zip | |
Use lexical-binding in most url tests
* 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.
| -rw-r--r-- | test/lisp/url/url-auth-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/url/url-expand-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/url/url-parse-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/url/url-tramp-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/url/url-util-tests.el | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/test/lisp/url/url-auth-tests.el b/test/lisp/url/url-auth-tests.el index c574f3d373b..d3acdef8535 100644 --- a/test/lisp/url/url-auth-tests.el +++ b/test/lisp/url/url-auth-tests.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; url-auth-tests.el --- Test suite for url-auth. | 1 | ;;; url-auth-tests.el --- Test suite for url-auth. -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/test/lisp/url/url-expand-tests.el b/test/lisp/url/url-expand-tests.el index 553bcf67bd2..6e0ce869502 100644 --- a/test/lisp/url/url-expand-tests.el +++ b/test/lisp/url/url-expand-tests.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; url-expand-tests.el --- Test suite for relative URI/URL resolution. | 1 | ;;; url-expand-tests.el --- Test suite for relative URI/URL resolution. -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/test/lisp/url/url-parse-tests.el b/test/lisp/url/url-parse-tests.el index 98e6dcb9aed..6ec46479a6f 100644 --- a/test/lisp/url/url-parse-tests.el +++ b/test/lisp/url/url-parse-tests.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; url-parse-tests.el --- Test suite for URI/URL parsing. | 1 | ;;; url-parse-tests.el --- Test suite for URI/URL parsing. -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/test/lisp/url/url-tramp-tests.el b/test/lisp/url/url-tramp-tests.el index d6f830afcf2..965b9ea0888 100644 --- a/test/lisp/url/url-tramp-tests.el +++ b/test/lisp/url/url-tramp-tests.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; url-tramp-tests.el --- Test suite for Tramp / URL conversion. | 1 | ;;; url-tramp-tests.el --- Test suite for Tramp / URL conversion. -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/test/lisp/url/url-util-tests.el b/test/lisp/url/url-util-tests.el index fd3a8d6e108..0416331b032 100644 --- a/test/lisp/url/url-util-tests.el +++ b/test/lisp/url/url-util-tests.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; url-util-tests.el --- Test suite for url-util. | 1 | ;;; url-util-tests.el --- Test suite for url-util. -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||