-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
new_article.py
script to handle file name containing an upper-c…
…ase letter (#59) * Add a regression test * Fix lastly introduced regression test expected date formatting * Fix script
- Loading branch information
Showing
3 changed files
with
31 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: "article title" | ||
summary: "article name contains an upper case letter" | ||
date: 2024-05-05T12:00:00+02:00 | ||
lastUpdate: 2024-05-05T12:00:00+02:00 | ||
tags: ["some","tags"] | ||
author: ctmbl | ||
draft: false | ||
--- |