mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

FAILED test/functional/treesitter/fold_spec.lua @ 720 : treesitter foldexpr doesn't open folds that are not touched test/functional/treesitter/fold_spec.lua:767: Row 1 did not match. Expected: |*{1:-}^t1 | |*{1:-}# h2 | |*{1:│}t2 | |{3:~ }| |{3:~ }| |{3:~ }| |{3:~ }| |1 line less; before #2 {MATCH:.*}| Actual: |*{1: }^t1 | |*{1:+}{2:+-- 2 lines: # h2·····················}| |*{3:~ }| |{3:~ }| |{3:~ }| |{3:~ }| |{3:~ }| |1 line less; before #2 0 seconds ago | To print the expect() call that would assert the current screen state, use screen:snapshot_util(). In case of non-deterministic failures, use screen:redraw_debug() to show all intermediate screen states. Snapshot: screen:expect([[ {1: }^t1 | {1:+}{2:+-- 2 lines: # h2·····················}| {3:~ }|*5 1 line less; before #2 0 seconds ago | ]])