Updating tests for regex changes

This commit is contained in:
Adriel Velazquez 2016-05-20 15:20:10 -04:00
parent 22b8b90fab
commit 4d15bc4f79

View File

@ -19,4 +19,4 @@ def test_camel_case():
def test_to_const(): def test_to_const():
assert to_const('snakes $1. on a "#plane') == 'SNAKES_ON_A_PLANE' assert to_const('snakes $1. on a "#plane') == 'SNAKES_1_ON_A_PLANE'