kbilsted / StatePrinter

Automating unit testing and ToString() coding
Apache License 2.0
93 stars 32 forks source link

Asserter with auto rewrite fail on content containing \ #43

Closed kbilsted closed 9 years ago

kbilsted commented 9 years ago

\ are not escaped and consequently regex fail on eg asserting on a windows file path such as a\M.txt will complain on "\M" not being valid regex