We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d5737 commit 2805dcfCopy full SHA for 2805dcf
tests/test-highlighting.zsh
@@ -118,6 +118,8 @@ run_test_internal() {
118
builtin cd -q -- "$tests_tempdir" || { echo >&2 "Bail out! On ${(qq)1}: cd failed: $?"; return 1 }
119
120
echo "# ${1:t:r}"
121
+ [[ -n $PREBUFFER ]] && printf '# %s\n' "$(typeset_p PREBUFFER)"
122
+ [[ -n $BUFFER ]] && printf '# %s\n' "$(typeset_p BUFFER)"
123
124
# Load the data and prepare checking it.
125
local BUFFER CURSOR MARK PENDING PREBUFFER REGION_ACTIVE WIDGET REPLY skip_test unsorted=0
0 commit comments