mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #4159 from sylvestre/issue_3780
date: add a test for the issue 3780 to make sure we don't regress
This commit is contained in:
commit
27958a27ef
1 changed files with 5 additions and 0 deletions
|
@ -109,6 +109,11 @@ fn test_date_format_full_day() {
|
|||
.stdout_matches(&re);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_date_issue_3780() {
|
||||
new_ucmd!().arg("+%Y-%m-%d %H-%M-%S%:::z").succeeds();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_date_nano_seconds() {
|
||||
// %N nanoseconds (000000000..999999999)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue