Skip to content

Commit

Permalink
Tweak logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohnstn committed Jan 9, 2025
1 parent 579a40f commit 17267d1
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 17267d1

Please sign in to comment.