Skip to content

Commit 52d130d

Browse files
committed
Update markup to account for new handling of unicode numbers (STYL-974) - Edited ch07.asciidoc with Atlas code editor
1 parent f8b5424 commit 52d130d

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
@@ -1643,7 +1643,7 @@ When we need to match every Unicode decimal number symbol, and not just `[0-9]`
16431643
const rdigits = /^\p{Decimal_Number}+$/u
16441644
return rdigits.test(input)
16451645
}
1646-
isDecimalNumber('𝟏𝟐𝟑𝟜𝟝𝟞𝟩𝟪𝟫𝟬𝟭𝟮𝟯𝟺𝟻𝟼')
1646+
isDecimalNumber('<span class="unicode-nums s1"><img src="images/a123.png" /><img src="images/b456.png" /><img src="images/c789.png" /><img src="images/d0123.png" /><img src="images/e456.png" /></span>')
16471647
// &lt;- true</pre>
16481648
++++
16491649

0 commit comments

Comments
 (0)