You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual Output: <dark_gray><#ff2609><bold>O</bold><#f53c1d><bold>w</bold><#ea5332><bold>n</bold><#e06946><bold>e</bold><#d57f5a><bold>r</bold><dark_gray>]
The text was updated successfully, but these errors were encountered:
According to that regex, this is a valid hex color pattern: [#aaFF00>
I feel like we should split that into multiple patterns. Maybe this could lead to the ability to even customize the patterns people want supported and the ones they don't (talking just about the Kyorifier here, not the expansion).
Edit 2:
While this is a valid hex pattern: [#aaFF00>, turns out this is also a valid hex pattern: [#aaFF00 and the square bracket gets lost because of that.
For some reason the opening square bracket vanishes.
Input:
&8[#ff2609&lO#f53c1d&lw#ea5332&ln#e06946&le#d57f5a&lr&8]
Expected Output:
<dark_gray>[<#ff2609><bold>O</bold><#f53c1d><bold>w</bold><#ea5332><bold>n</bold><#e06946><bold>e</bold><#d57f5a><bold>r</bold><dark_gray>]
Actual Output:
<dark_gray><#ff2609><bold>O</bold><#f53c1d><bold>w</bold><#ea5332><bold>n</bold><#e06946><bold>e</bold><#d57f5a><bold>r</bold><dark_gray>]
The text was updated successfully, but these errors were encountered: