diff options
author | ZyX <kp-pav@yandex.ru> | 2017-06-28 13:54:04 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-06-28 13:54:04 +0300 |
commit | 36a84d8f4ab104050e6ec52da9ca6e10f9361a0c (patch) | |
tree | cb1f6f606c3b215f27381d5924a7f605d97b37d2 | |
parent | edc2a7ee460b9a77705c87ecccc41a22f6134bf8 (diff) | |
download | rneovim-36a84d8f4ab104050e6ec52da9ca6e10f9361a0c.tar.gz rneovim-36a84d8f4ab104050e6ec52da9ca6e10f9361a0c.tar.bz2 rneovim-36a84d8f4ab104050e6ec52da9ca6e10f9361a0c.zip |
functests: Fix typo
-rw-r--r-- | test/functional/ui/screen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/screen.lua b/test/functional/ui/screen.lua index 5408e1e195..a6b7fb2997 100644 --- a/test/functional/ui/screen.lua +++ b/test/functional/ui/screen.lua @@ -251,7 +251,7 @@ function Screen:expect(expected, attr_ids, attr_ignore, condition, any) ..'Expected:\n |'..table.concat(msg_expected_rows, '|\n |')..'|\n' ..'Actual:\n |'..table.concat(actual_rows, '|\n |')..'|\n\n'..[[ To print the expect() call that would assert the current screen state, use -screen:snaphot_util(). In case of non-deterministic failures, use +screen:snapshot_util(). In case of non-deterministic failures, use screen:redraw_debug() to show all intermediate screen states. ]]) end end |