Skip to content

Commit

Permalink
fix: add articles to hyphen test
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Apr 7, 2023
1 parent f1f2a74 commit 03709fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/curate/cram/titlecase.t
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Test output with numbers
Test output with hyphens

$ echo '{"record": 6, "title": "the-night-of-the-living-dead"}' \
> | ${AUGUR} curate titlecase --titlecase-fields "title"
{"record": 6, "title": "The-Night-Of-The-Living-Dead"}
> | ${AUGUR} curate titlecase --titlecase-fields "title" --articles "a" "and" "of" "the" "le"
{"record": 6, "title": "The-Night-of-the-Living-Dead"}

# Test output with apostrophes
#
Expand Down

0 comments on commit 03709fc

Please sign in to comment.