diff options
Diffstat (limited to 'tests/span-matcher-tests.el')
| -rw-r--r-- | tests/span-matcher-tests.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/span-matcher-tests.el b/tests/span-matcher-tests.el index bd36d06..6557f47 100644 --- a/tests/span-matcher-tests.el +++ b/tests/span-matcher-tests.el @@ -1,3 +1,7 @@ +;;; poly-modes-tests.el -- Tests for Polymode -*- lexical-binding: t; -*- + +;; Copyright (C) 2018-2022 Free Software Foundation, Inc. + (require 'polymode-test-utils) (defvar markdown-inline-head-fun-matcher (pm-fun-matcher (cons "[^`]\\(`{?[[:alpha:]+-]+\\)[ \t]" 1))) |
