From 37a98d7de48838b547e47da03b346b073874b41f Mon Sep 17 00:00:00 2001 From: Max Nikulin Date: Sat, 9 Mar 2024 14:06:38 +0700 Subject: [PATCH] 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. --- testing/lisp/test-ob-julia.el | 2 +- testing/lisp/test-ol-bbdb.el | 4 ++-- testing/lisp/test-org-fold.el | 2 +- testing/lisp/test-ox-ascii.el | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/lisp/test-ob-julia.el b/testing/lisp/test-ob-julia.el index f5666a93a..447297262 100644 --- a/testing/lisp/test-ob-julia.el +++ b/testing/lisp/test-ob-julia.el @@ -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 diff --git a/testing/lisp/test-ol-bbdb.el b/testing/lisp/test-ol-bbdb.el index 114e46218..25f6c22e0 100644 --- a/testing/lisp/test-ol-bbdb.el +++ b/testing/lisp/test-ol-bbdb.el @@ -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: diff --git a/testing/lisp/test-org-fold.el b/testing/lisp/test-org-fold.el index dd532cc8b..f58642be6 100644 --- a/testing/lisp/test-org-fold.el +++ b/testing/lisp/test-org-fold.el @@ -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 diff --git a/testing/lisp/test-ox-ascii.el b/testing/lisp/test-ox-ascii.el index b93fdbdeb..2df1bd795 100644 --- a/testing/lisp/test-ox-ascii.el +++ b/testing/lisp/test-ox-ascii.el @@ -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