python-decouple
python-decouple copied to clipboard
Test Csv() on Backslash Escaped Strings
Test for #102
A regular expression is often written with backslash escapes. This change introduces a test to check that the Csv helper does not strip backslashes from input strings.