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-14 10:35:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1f9f2dc0da2849fe1da2cdfbe8afc9dece643f1a
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