Skip to content

Commit e368afd

Browse files
committed
Edited ch07.asciidoc with Atlas code editor
1 parent 9d04df7 commit e368afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch07.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ When we need to match every Unicode decimal number symbol, and not just `[0-9]`
16441644
return rdigits.test(input)
16451645
}
16461646
isDecimalNumber('0x1d7cf0x1d7d00x1d7d10x1d7dc0x1d7dd0x1d7de0x1d7e90x1d7ea0x1d7eb0x1d7ec0x1d7ed0x1d7ee0x1d7ef0x1d7fa0x1d7fb0x1d7fc')
1647-
// <- true</pre>
1647+
// &lt;- true</pre>
16481648
++++
16491649

16501650
Check out this exhaustive ((("Unicode", "supported Unicode properties and values")))overview of https://mjavascript.com/out/unicode-property-list[supported Unicode properties and values].

0 commit comments

Comments
 (0)