summaryrefslogtreecommitdiff
path: root/meta/styletest/src.md
diff options
context:
space:
mode:
Diffstat (limited to 'meta/styletest/src.md')
-rwxr-xr-xmeta/styletest/src.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/styletest/src.md b/meta/styletest/src.md
index 3250104..ecd4e97 100755
--- a/meta/styletest/src.md
+++ b/meta/styletest/src.md
@@ -74,34 +74,34 @@ Within one stem; And dreadfully distinct | against the dark, a tall white founta
```
citation
- = author-field ' ' title-field (' ' date-field)? (' ' medium-field)? (' ' note '.')*
+ : author-field ' ' title-field (' ' date-field)? (' ' medium-field)? (' ' note '.')*
author-field
- = (author | author-pair | author-list) '.'
+ : (author | author-pair | author-list) '.'
author-pair
- = author ' & ' author
+ : author ' & ' author
author-list
- = author (', ' author)+
+ : author (', ' author)+
title-field
- = '“' title '.”'
+ : '“' title '.”'
date-field
- = year ('-' month '-' day)? '.'
+ : year ('-' month '-' day)? '.'
year
- = [0-9]{4}
+ : [0-9] [0-9] [0-9] [0-9]
month
- = [0-1][0-9]
+ : [0-1] [0-9]
day
- = [0-3][0-9]
+ : [0-3] [0-9]
medium-field
- = medium (', ' details)? '.'
+ : medium (', ' details)? '.'
```
Values of `author`, `title`, `medium`, `details`, and `note` are specific to the works they describe.