1
0
mirror of https://github.com/bspeice/dtparse synced 2024-11-13 17:38:09 -05:00

Fix things up after merge

This commit is contained in:
Bradlee Speice 2018-05-24 22:29:58 -04:00
parent ec41f11d98
commit 037fe30ffc

View File

@ -26,7 +26,7 @@ def rust_tokenize(time_string):
return ['"{}".to_owned()'.format(token) for token in split_array] return ['"{}".to_owned()'.format(token) for token in split_array]
def build_split_string_tests(): def build_split_string_tests():
header = '''use ::tokenize; header = '''use tokenize;
#[test] #[test]
fn test_python_compat() {\n''' fn test_python_compat() {\n'''