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.
This commit is contained in:
Stefan Kangas 2020-04-24 18:38:11 +02:00
parent c52f8863a5
commit fe3c7158f5
5 changed files with 5 additions and 5 deletions

View 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.

View 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.

View 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.

View 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.

View 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.