Add unit test for editor echo with lines containing whitespace
This commit is contained in:
parent
aed4c70583
commit
22ea87b805
1 changed files with 7 additions and 0 deletions
|
|
@ -156,6 +156,13 @@ class TestEvEditor(BaseEvenniaCommandTest):
|
||||||
"First test line\nInserted-New Replaced Second line-End\n test line\n:",
|
"First test line\nInserted-New Replaced Second line-End\n test line\n:",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
self.call(
|
||||||
|
eveditor.CmdLineInput(),
|
||||||
|
" Whitespace echo test line.",
|
||||||
|
raw_string=" Whitespace echo test line.",
|
||||||
|
msg="05 Whitespace echo test line.",
|
||||||
|
)
|
||||||
|
|
||||||
def test_eveditor_COLON_UU(self):
|
def test_eveditor_COLON_UU(self):
|
||||||
eveditor.EvEditor(self.char1)
|
eveditor.EvEditor(self.char1)
|
||||||
self.call(
|
self.call(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue