Skip to content

Commit c4adef1

Browse files
committed
Edited ch07.asciidoc with Atlas code editor
1 parent 42c02f9 commit c4adef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch07.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ function isDecimalNumber(input) {
16441644
const rdigits = /^\p{Decimal_Number}+$/u
16451645
return rdigits.test(input)
16461646
}
1647-
isDecimalNumber('1234567890123456')
1647+
isDecimalNumber('0x1d7cf0x1d7d00x1d7d10x1d7dc0x1d7dd0x1d7de0x1d7e90x1d7ea0x1d7eb0x1d7ec0x1d7ed0x1d7ee0x1d7ef0x1d7fa0x1d7fb0x1d7fc')
16481648
// <- true
16491649
----
16501650

0 commit comments

Comments
 (0)