This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-04-06 14:48:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
730f417ecbbd01b9fb9d1550d061d4ea225b415c
Odin
/
tests
/
core
/
text
History
George Potoshin
5335bdbe34
[core:text/regex] Follow up to
fix
#6323
and add test case. As was said in the issue discussion I had suspicion that there may be a sibling bug in .Assert_Non_Word_Boundary implementation and I was able to confirm that with
re.findall(rB", ")
python code. Odin implementation outputed an empty string wherase python gave "'". That is the same bug related to incorrect logic on string ends. This commit makes implementation of those 2 instructions cleaner and adds a test case.
2026-02-25 14:33:09 +01:00
..
i18n
Separate the I18N calls for immutable strings and for pluraliseable strings.
2024-06-19 10:10:26 +02:00
match
Port
tests\core\text\match
2024-06-02 14:47:09 -04:00
regex
[core:text/regex] Follow up to
fix
#6323
and add test case. As was said in the issue discussion I had suspicion that there may be a sibling bug in .Assert_Non_Word_Boundary implementation and I was able to confirm that with
re.findall(rB", ")
python code. Odin implementation outputed an empty string wherase python gave "'". That is the same bug related to incorrect logic on string ends. This commit makes implementation of those 2 instructions cleaner and adds a test case.
2026-02-25 14:33:09 +01:00