We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a592a6 + a41d2bf commit f5efa70Copy full SHA for f5efa70
src/test/java/com/github/javafaker/StarCraftTest.java
@@ -8,7 +8,7 @@
8
9
public class StarCraftTest extends AbstractFakerTest {
10
11
- private final String noLeadingTrailingWhitespaceRegex = "^(?! )[A-Za-z0-9 ]*(?<! )$";
+ private final String noLeadingTrailingWhitespaceRegex = "^(?! )[A-Za-z0-9' ]*(?<! )$";
12
13
@Test
14
public void testUnit() {
0 commit comments