HBNetwork / python-decouple

Strict separation of config from code.
MIT License
2.79k stars 192 forks source link

Test Csv() on Backslash Escaped Strings #103

Open kojiromike opened 3 years ago

kojiromike commented 3 years ago

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.