Skip to content

Commit 86f74a0

Browse files
Removed newline and words with hyphen (#11409)
The newline at the end of the file was removed, as well as 4 words that contain a hyphen: drop-in felt-tip t-shirt yo-yo
1 parent ab6b6f3 commit 86f74a0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

share/wordlists/eff_large.wordlist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,7 +2006,6 @@ drizzly
20062006
drone
20072007
drool
20082008
droop
2009-
drop-in
20102009
dropforge
20112010
dropkick
20122011
droplet
@@ -2525,7 +2524,6 @@ feed
25252524
feel
25262525
feisty
25272526
feline
2528-
felt-tip
25292527
feminine
25302528
feminism
25312529
feminist
@@ -6637,7 +6635,6 @@ synthesis
66376635
synthetic
66386636
syrup
66396637
system
6640-
t-shirt
66416638
tabasco
66426639
tabby
66436640
tableful
@@ -7745,7 +7742,6 @@ yiddish
77457742
yield
77467743
yin
77477744
yippee
7748-
yo-yo
77497745
yodel
77507746
yoga
77517747
yogurt

tests/gui/TestGui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ void TestGui::testDicewareEntryEntropy()
10321032
auto* strengthLabel = pwGeneratorWidget->findChild<QLabel*>("strengthLabel");
10331033
auto* wordLengthLabel = pwGeneratorWidget->findChild<QLabel*>("passwordLengthLabel");
10341034

1035-
QTRY_COMPARE_WITH_TIMEOUT(entropyLabel->text(), QString("Entropy: 77.55 bit"), 200);
1035+
QTRY_COMPARE_WITH_TIMEOUT(entropyLabel->text(), QString("Entropy: 77.54 bit"), 200);
10361036
QCOMPARE(strengthLabel->text(), QString("Password Quality: Good"));
10371037
QCOMPARE(wordLengthLabel->text(),
10381038
QString("Characters: %1").arg(QString::number(pwGeneratorWidget->getGeneratedPassword().length())));

0 commit comments

Comments
 (0)