1 parent 88e1339 commit ae0f36fCopy full SHA for ae0f36f
1 file changed
tests/acceptance/mimesis_tests.robot
@@ -196,10 +196,10 @@ Fake Word Returns Non-Empty String
196
${word}= Fake Word
197
Should Not Be Empty ${word}
198
199
-Fake Sentence Ends With Period
200
- [Documentation] Verify Fake Sentence ends with a period.
+Fake Sentence Ends With Punctuation
+ [Documentation] Verify Fake Sentence ends with valid punctuation (. ! ? " ').
201
${sentence}= Fake Sentence
202
- Should End With ${sentence} .
+ Should Match Regexp ${sentence} [.!?"']$
203
204
Fake Hex Color Starts With Hash
205
[Documentation] Verify Fake Hex Color returns a '#RRGGBB' format string.
0 commit comments