SingingBush commented on code in PR #41:
URL: https://github.com/apache/xerces-j/pull/41#discussion_r2465934312
##########
src/org/apache/xerces/impl/xpath/regex/RegularExpression.java:
##########
@@ -261,188 +250,148 @@
* Arabic Presentation Forms-A, Combining Half Marks, CJK Compatibility
Forms,
* Small Form Variants, Arabic Presentation Forms-B, Specials,
* Halfwidth and Fullwidth Forms
- * </kbd>
- * <dt>Others:
- * <dd><kbd>ALL</kbd> (Equivalent to
<kbd>[\u005cu0000-\u005cv10FFFF]</kbd>)
- * <dd><kbd>ASSGINED</kbd> (<kbd>\p{ASSIGNED}</kbd> is equivalent to
<kbd>\P{Cn}</kbd>)
- * <dd><kbd>UNASSGINED</kbd>
- * (<kbd>\p{UNASSIGNED}</kbd> is equivalent to <kbd>\p{Cn}</kbd>)
+ * </dd>
+ * <dt>Others:</dt>
+ * <dd><code>ALL</code> (Equivalent to
<code>[\u0000-\v10FFFF]</code>)</dd>
+ * <dd><code>ASSGINED</code> (<code>\p{ASSIGNED}</code> is equivalent
to <code>\P{Cn}</code>)</dd>
Review Comment:
good spot, fixing now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]