mirror of
				https://github.com/bspeice/dtparse
				synced 2025-10-27 23:50:32 -04:00 
			
		
		
		
	Add some extra split test cases
This commit is contained in:
		| @ -25,4 +25,8 @@ fn test_split() { | ||||
|  | ||||
|     test_split!(py, t, "24, 50, ABC", vec!["24", ",", " ", "50", ",", " ", "ABC"]); | ||||
|     test_split!(py, t, "2018.5.15", vec!["2018", ".", "5", ".", "15"]); | ||||
|     test_split!(py, t, "May 5, 2018", vec!["May", " ", "5", ",", " ", "2018"]); | ||||
|     test_split!(py, t, "Mar. 5, 2018", vec!["Mar", ".", " ", "5", ",", " ", "2018"]); | ||||
|     test_split!(py, t, "19990101T23", vec!["19990101", "T", "23"]); | ||||
|     test_split!(py, t, "19990101T2359", vec!["19990101", "T", "2359"]); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Bradlee Speice
					Bradlee Speice