initial commit
This commit is contained in:
9
tests/utils_test.py
Normal file
9
tests/utils_test.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from . import *
|
||||
|
||||
from talon import utils
|
||||
|
||||
|
||||
def test_get_delimiter():
|
||||
eq_('\r\n', utils.get_delimiter('abc\r\n123'))
|
||||
eq_('\n', utils.get_delimiter('abc\n123'))
|
||||
eq_('\n', utils.get_delimiter('abc'))
|
||||
Reference in New Issue
Block a user