summaryrefslogtreecommitdiff
path: root/meta/styletest/src.md
diff options
context:
space:
mode:
Diffstat (limited to 'meta/styletest/src.md')
-rwxr-xr-xmeta/styletest/src.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/styletest/src.md b/meta/styletest/src.md
index bc2a781..2ca3404 100755
--- a/meta/styletest/src.md
+++ b/meta/styletest/src.md
@@ -92,13 +92,13 @@ date-field
= year ('-' month '-' day)? '.'
year
- = [0-9]{4} /* 0000-9999 */
+ = [0-9]{4}
month
- = [0-9]{2} /* 01-12 */
+ = [0-1][0-9]
day
- = [0-9]{2} /* 01-31 */
+ = [0-3][0-9]
medium-field
= medium (', ' details)? '.'