Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

another case when russian text not matched #264

Closed
acidnik opened this issue Dec 1, 2016 · 2 comments
Closed

another case when russian text not matched #264

acidnik opened this issue Dec 1, 2016 · 2 comments
Labels
duplicate An issue that is duplicative of another.

Comments

@acidnik
Copy link

acidnik commented Dec 1, 2016

follow up to #251

$ cat test.txt
слово другое
слова другие
слову другому
$ grep 'слов.*друг' test.txt
слово другое
слова другие
слову другому
$ rg 'слов.*друг' test.txt
$ rg --version
ripgrep 0.3.1
@BurntSushi
Copy link
Owner

This appears to be a duplicate of #251 and was therefore fixed in 0473df1. I can confirm it's working fine on current master:

$ cat test
слово другое
слова другие
слову другому
$ grep 'слов.*друг' test
слово другое
слова другие
слову другому
$ rg 'слов.*друг' test
1:слово другое
2:слова другие
3:слову другому

I'll try to get a new release out in the next few days.

@BurntSushi BurntSushi added the duplicate An issue that is duplicative of another. label Dec 1, 2016
@acidnik
Copy link
Author

acidnik commented Dec 1, 2016

Sorry, I thougth 251 already released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate An issue that is duplicative of another.
Projects
None yet
Development

No branches or pull requests

2 participants