Skip to content

Commit f5b0d51

Browse files
daephxpsliwka
authored andcommitted
fix: prevent lorem-ipsum script from emitting uppercase
1 parent ae0d1a7 commit f5b0d51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/update-lorem-ipsum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ culpa qui officia deserunt mollit anim id est laborum.
1212
" \
1313
| tr ' ' '\n' \
1414
| tr -d '.,' \
15+
| tr '[:upper:]' '[:lower:]' \
1516
| emit_words

wordlists/lorem-ipsum.words

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# This file is generated automatically by `scripts/update-lorem-ipsum`. Please do not edit it directly.
22

33
# Words used in the standard Lorem Ipsum passage
4-
Duis
5-
Excepteur
6-
Lorem
7-
Ut
84
ad
95
adipiscing
106
aliqua
@@ -22,6 +18,7 @@ deserunt
2218
do
2319
dolor
2420
dolore
21+
duis
2522
ea
2623
eiusmod
2724
elit
@@ -31,6 +28,7 @@ est
3128
et
3229
eu
3330
ex
31+
excepteur
3432
exercitation
3533
fugiat
3634
id
@@ -41,6 +39,7 @@ irure
4139
labore
4240
laboris
4341
laborum
42+
lorem
4443
magna
4544
minim
4645
mollit

0 commit comments

Comments
 (0)