-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Simplify naming for fixtures mini.emacs packages (#282)
* chore: Simplify naming for fixtures mini.emacs packages * fix url * update pkg files
- Loading branch information
Showing
17 changed files
with
44 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
test/fixtures/mini.emacs.pkg.1/Eask → test/fixtures/mini.pkg.1/Eask
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
;;; mini.emacs.pkg.2.el --- Minimal test package -*- lexical-binding: t; -*- | ||
;;; mini.pkg.1.el --- Minimal test package -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2022-2024 the Eask authors. | ||
;; Created date 2022-03-29 01:52:58 | ||
|
||
;; Author: Shen, Jen-Chieh <[email protected]> | ||
;; URL: https://github.com/emacs-eask/mini.emacs.pkg.2 | ||
;; URL: https://github.com/emacs-eask/cli/tree/master/test/fixtures/mini.pkg.1 | ||
;; Version: 0.0.1 | ||
;; Package-Requires: ((emacs "24.3") (s "1.12.0") (fringe-helper "1.0.1")) | ||
;; Keywords: test | ||
|
@@ -35,5 +35,5 @@ | |
(require 's) | ||
(require 'fringe-helper) | ||
|
||
(provide 'mini.emacs.pkg.2) | ||
;;; mini.emacs.pkg.2.el ends here | ||
(provide 'mini.pkg.1) | ||
;;; mini.pkg.1.el ends here |
6 changes: 3 additions & 3 deletions
6
test/fixtures/mini.emacs.pkg.2/Eask → test/fixtures/mini.pkg.2/Eask
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
;;; mini.emacs.pkg.1.el --- Minimal test package -*- lexical-binding: t; -*- | ||
;;; mini.pkg.2.el --- Minimal test package -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2022-2024 the Eask authors. | ||
;; Created date 2022-03-29 01:52:58 | ||
|
||
;; Author: Shen, Jen-Chieh <[email protected]> | ||
;; URL: https://github.com/emacs-eask/mini.emacs.pkg.1 | ||
;; URL: https://github.com/emacs-eask/cli/tree/master/test/fixtures/mini.pkg.2 | ||
;; Version: 0.0.1 | ||
;; Package-Requires: ((emacs "24.3") (s "1.12.0") (fringe-helper "1.0.1")) | ||
;; Keywords: test | ||
|
@@ -35,5 +35,5 @@ | |
(require 's) | ||
(require 'fringe-helper) | ||
|
||
(provide 'mini.emacs.pkg.1) | ||
;;; mini.emacs.pkg.1.el ends here | ||
(provide 'mini.pkg.2) | ||
;;; mini.pkg.2.el ends here |