testing: Fix file names in file headers

* testing/lisp/test-ob-julia.el:
* testing/lisp/test-ol-bbdb.el:
* testing/lisp/test-org-fold.el:
* testing/lisp/test-ox-ascii.el: Fix names in file headers.

Inconsistency was likely caused by copy-paste.
This commit is contained in:
Max Nikulin 2024-03-09 14:06:38 +07:00 committed by Ihor Radchenko
parent 505db97a8c
commit 37a98d7de4
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
;;; test-ob-python.el --- tests for ob-python.el -*- lexical-binding: t; -*-
;;; test-ob-julia.el --- tests for ob-julia.el -*- lexical-binding: t; -*-
;; Copyright (c) 2011-2014, 2019, 2021 Eric Schulte
;; Authors: Pedro Bruel, based on test-ob-python.el by Eric Schulte

View File

@ -1,4 +1,4 @@
;;; test-org-bbdb.el --- tests for org-bbdb.el -*- lexical-binding: t; -*-
;;; test-ol-bbdb.el --- tests for ol-bbdb.el -*- lexical-binding: t; -*-
;; Copyright (C) 2018, 2019 Marco Wahl
@ -20,7 +20,7 @@
;;; Commentary:
;; Test some of org-bbdb.el.
;; Test some of ol-bbdb.el.
;;; Code:

View File

@ -1,4 +1,4 @@
;;; test-org.el --- tests for org.el -*- lexical-binding: t; -*-
;;; test-org-fold.el --- tests for org-fold.el -*- lexical-binding: t; -*-
;; Authors: Ihor Radchenko

View File

@ -1,4 +1,4 @@
;;; test-ox-latex.el --- tests for ox-latex.el -*- lexical-binding: t; -*-
;;; test-ox-ascii.el --- tests for ox-ascii.el -*- lexical-binding: t; -*-
;; Copyright (C) 2023 Ihor Radchenko