-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# riem_measures checks dates | ||
|
||
x Invalid date_start: somethingelse. | ||
x Invalid `date_start`: somethingelse. | ||
i Correct format is YYYY-MM-DD. | ||
|
||
--- | ||
|
||
x Invalid date_end: somethingelse. | ||
x Invalid `date_end`: somethingelse. | ||
i Correct format is YYYY-MM-DD. | ||
|
||
--- | ||
|
||
x Invalid date_start: 2015 31 01. | ||
x Invalid `date_start`: 2015 31 01. | ||
i Correct format is YYYY-MM-DD. | ||
|
||
--- | ||
|
||
x Invalid date_end: 2015 31 01. | ||
x Invalid `date_end`: 2015 31 01. | ||
i Correct format is YYYY-MM-DD. | ||
|
||
--- | ||
|
||
date_end has to be bigger than date_start | ||
`date_end` must be bigger than `date_start`. | ||
|