1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/tests
Andrew Gallant 4737326ed3 Update regex-syntax for bug fix.
The bug fix was in expression pretty printing. ripgrep parses the regex
into an AST and may do some modifications to it, which requires the
ability to go from string -> AST -> string' -> AST' where string == string'
implies AST == AST'.

Also, add a regression test for the specific regex that tripped the bug.

Fixes #156.
2016-10-10 22:04:29 -04:00
..
hay.rs Add integration tests. 2016-09-09 22:58:30 -04:00
tests.rs Update regex-syntax for bug fix. 2016-10-10 22:04:29 -04:00
workdir.rs Fix symlink test. 2016-10-10 19:34:57 -04:00