Skip to content

Commit

Permalink
Tweak logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohnstn committed Dec 16, 2024
1 parent 340b1bd commit 8855566
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private void init() {
fRenderer= HtmlRenderer.builder().extensions(extensions).build();
}

final static Pattern UnicodePattern= Pattern.compile("(\\\\u000[d,D]\\\\u000[a,A]|\\\\u000[a,A]|\\\\u000[d,D])[^\r\n&&\\s]*?///[^\r\n&&\\s]*?"); //$NON-NLS-1$
final static Pattern UnicodePattern= Pattern.compile("(\\\\u000[d,D]\\\\u000[a,A]|\\\\u000[a,A]|\\\\u000[d,D])[^\r\n&&\\s]*///[^\r\n&&\\s]*"); //$NON-NLS-1$
final static Pattern Pattern1= Pattern.compile("(\\r\\n?|\\n)[^\r\n&&\\s]*///[^\r\n&&\\s]*"); //$NON-NLS-1$

@Override
Expand Down

0 comments on commit 8855566

Please sign in to comment.