mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-22 16:40:34 -04:00
tests: date: check that options can follow the format string
* tests/date/date.pl (@Tests): Add the test case.
This commit is contained in:
@@ -240,6 +240,8 @@ my @Tests =
|
||||
['tz-6', '+%Z', {OUT=>"UTC"}],
|
||||
['tz-7', '+%Z', {OUT=>"JST"}, {ENV=>'TZ=JST-9'}],
|
||||
|
||||
['arg-order', '+%Y-%m-%d -d 2026-02-13', {OUT=>"2026-02-13"}],
|
||||
|
||||
['ns-relative',
|
||||
'--iso=ns',
|
||||
"-d'1970-01-01 00:00:00.1234567 UTC +961062237.987654321 sec'",
|
||||
|
||||
Reference in New Issue
Block a user