Last active
November 21, 2015 23:02
-
-
Save walkerdb/3e68f0501c9b242a3af6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| extent_2_raw_text = "1 oversize volume and 5 motion picture reels" | |
| extent_2_target_output = ["1 oversize volume", "5 motion picture reels"] | |
| split_extent_text = split_extents(extent_2_raw_text) | |
| assert split_extent_text == extent_2_target_output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment