Skip to content

Commit

Permalink
Fixed Integration Tests
Browse files Browse the repository at this point in the history
Signed-off-by: vamsi-amazon <[email protected]>
  • Loading branch information
vamsimanohar committed Mar 4, 2022
1 parent 7c576b8 commit d678648
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ interface DateTimeFormatHandler {

private static final Pattern pattern = Pattern.compile("%.");
private static final Pattern CHARACTERS_WITH_NO_MOD_LITERAL_BEHIND_PATTERN
= Pattern.compile("(?<!%)[a-zA-Z]+");
= Pattern.compile("(?<!%)[a-zA-Z&&[^ydmsMYDS]]+");
private static final String MOD_LITERAL = "%";

private DateTimeFormatterUtil() {
Expand Down

0 comments on commit d678648

Please sign in to comment.