mirror of
https://github.com/bspeice/dtparse
synced 2024-11-14 09:58:09 -05:00
Fix things up after merge
This commit is contained in:
parent
ec41f11d98
commit
037fe30ffc
@ -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'''
|
||||||
|
Loading…
Reference in New Issue
Block a user