Add unit test for editor echo with lines containing whitespace

This commit is contained in:
Chiizujin 2024-03-31 12:04:04 +11:00
parent aed4c70583
commit 22ea87b805

View file

@ -156,6 +156,13 @@ class TestEvEditor(BaseEvenniaCommandTest):
"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):
eveditor.EvEditor(self.char1)
self.call(