emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix headers in some testing lisp files


From: Max Nikulin
Subject: [PATCH] Fix headers in some testing lisp files
Date: Sun, 10 Mar 2024 17:46:40 +0700
User-agent: Mozilla Thunderbird

Hi,

Looking for a file suitable for a new portion of unit tests I have noticed some inconsistencies in first lines of files.

for i in testing/lisp/*.el ; do
    base="$(basename "$i")";
    if [ -z "$(sed -n -e "1s/$base//p" "$i")" ]; then
         printf '%s:1: ' "$i" ;
         head -1 "$i" ;
    fi ;
done

testing/lisp/test-ob-julia.el:1: ;;; test-ob-python.el --- tests for ob-python.el -*- lexical-binding: t; -*- testing/lisp/test-ol-bbdb.el:1: ;;; test-org-bbdb.el --- tests for org-bbdb.el -*- lexical-binding: t; -*- testing/lisp/test-org-fold.el:1: ;;; test-org.el --- tests for org.el -*- lexical-binding: t; -*- testing/lisp/test-ox-ascii.el:1: ;;; test-ox-latex.el --- tests for ox-latex.el -*- lexical-binding: t; -*-

Attachment: 0001-testing-Fix-file-names-in-file-headers.patch
Description: Text Data

Attachment: 0002-testing-Fix-misleading-file-headers.patch
Description: Text Data

Attachment: 0003-testing-Add-missing-lexical-binding-modeline.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]