1 | ## oils_failures_allowed: 1
|
2 | ## compare_shells: bash
|
3 |
|
4 | # NB: This is only for NON-interactive tests of bind.
|
5 | # See spec/stateful/bind.py for the remaining tests.
|
6 |
|
7 | #### bind -l should report readline functions
|
8 |
|
9 | bind -l | sort
|
10 |
|
11 | ## status: 0
|
12 | ## STDOUT:
|
13 | abort
|
14 | accept-line
|
15 | alias-expand-line
|
16 | arrow-key-prefix
|
17 | backward-byte
|
18 | backward-char
|
19 | backward-delete-char
|
20 | backward-kill-line
|
21 | backward-kill-word
|
22 | backward-word
|
23 | beginning-of-history
|
24 | beginning-of-line
|
25 | bracketed-paste-begin
|
26 | call-last-kbd-macro
|
27 | capitalize-word
|
28 | character-search
|
29 | character-search-backward
|
30 | clear-display
|
31 | clear-screen
|
32 | complete
|
33 | complete-command
|
34 | complete-filename
|
35 | complete-hostname
|
36 | complete-into-braces
|
37 | complete-username
|
38 | complete-variable
|
39 | copy-backward-word
|
40 | copy-forward-word
|
41 | copy-region-as-kill
|
42 | dabbrev-expand
|
43 | delete-char
|
44 | delete-char-or-list
|
45 | delete-horizontal-space
|
46 | digit-argument
|
47 | display-shell-version
|
48 | do-lowercase-version
|
49 | downcase-word
|
50 | dump-functions
|
51 | dump-macros
|
52 | dump-variables
|
53 | dynamic-complete-history
|
54 | edit-and-execute-command
|
55 | emacs-editing-mode
|
56 | end-kbd-macro
|
57 | end-of-history
|
58 | end-of-line
|
59 | exchange-point-and-mark
|
60 | fetch-history
|
61 | forward-backward-delete-char
|
62 | forward-byte
|
63 | forward-char
|
64 | forward-search-history
|
65 | forward-word
|
66 | glob-complete-word
|
67 | glob-expand-word
|
68 | glob-list-expansions
|
69 | history-and-alias-expand-line
|
70 | history-expand-line
|
71 | history-search-backward
|
72 | history-search-forward
|
73 | history-substring-search-backward
|
74 | history-substring-search-forward
|
75 | insert-comment
|
76 | insert-completions
|
77 | insert-last-argument
|
78 | kill-line
|
79 | kill-region
|
80 | kill-whole-line
|
81 | kill-word
|
82 | magic-space
|
83 | menu-complete
|
84 | menu-complete-backward
|
85 | next-history
|
86 | next-screen-line
|
87 | non-incremental-forward-search-history
|
88 | non-incremental-forward-search-history-again
|
89 | non-incremental-reverse-search-history
|
90 | non-incremental-reverse-search-history-again
|
91 | old-menu-complete
|
92 | operate-and-get-next
|
93 | overwrite-mode
|
94 | possible-command-completions
|
95 | possible-completions
|
96 | possible-filename-completions
|
97 | possible-hostname-completions
|
98 | possible-username-completions
|
99 | possible-variable-completions
|
100 | previous-history
|
101 | previous-screen-line
|
102 | print-last-kbd-macro
|
103 | quoted-insert
|
104 | re-read-init-file
|
105 | redraw-current-line
|
106 | reverse-search-history
|
107 | revert-line
|
108 | self-insert
|
109 | set-mark
|
110 | shell-backward-kill-word
|
111 | shell-backward-word
|
112 | shell-expand-line
|
113 | shell-forward-word
|
114 | shell-kill-word
|
115 | shell-transpose-words
|
116 | skip-csi-sequence
|
117 | spell-correct-word
|
118 | start-kbd-macro
|
119 | tab-insert
|
120 | tilde-expand
|
121 | transpose-chars
|
122 | transpose-words
|
123 | tty-status
|
124 | undo
|
125 | universal-argument
|
126 | unix-filename-rubout
|
127 | unix-line-discard
|
128 | unix-word-rubout
|
129 | upcase-word
|
130 | vi-append-eol
|
131 | vi-append-mode
|
132 | vi-arg-digit
|
133 | vi-bWord
|
134 | vi-back-to-indent
|
135 | vi-backward-bigword
|
136 | vi-backward-word
|
137 | vi-bword
|
138 | vi-change-case
|
139 | vi-change-char
|
140 | vi-change-to
|
141 | vi-char-search
|
142 | vi-column
|
143 | vi-complete
|
144 | vi-delete
|
145 | vi-delete-to
|
146 | vi-eWord
|
147 | vi-edit-and-execute-command
|
148 | vi-editing-mode
|
149 | vi-end-bigword
|
150 | vi-end-word
|
151 | vi-eof-maybe
|
152 | vi-eword
|
153 | vi-fWord
|
154 | vi-fetch-history
|
155 | vi-first-print
|
156 | vi-forward-bigword
|
157 | vi-forward-word
|
158 | vi-fword
|
159 | vi-goto-mark
|
160 | vi-insert-beg
|
161 | vi-insertion-mode
|
162 | vi-match
|
163 | vi-movement-mode
|
164 | vi-next-word
|
165 | vi-overstrike
|
166 | vi-overstrike-delete
|
167 | vi-prev-word
|
168 | vi-put
|
169 | vi-redo
|
170 | vi-replace
|
171 | vi-rubout
|
172 | vi-search
|
173 | vi-search-again
|
174 | vi-set-mark
|
175 | vi-subst
|
176 | vi-tilde-expand
|
177 | vi-undo
|
178 | vi-unix-word-rubout
|
179 | vi-yank-arg
|
180 | vi-yank-pop
|
181 | vi-yank-to
|
182 | yank
|
183 | yank-last-arg
|
184 | yank-nth-arg
|
185 | yank-pop
|
186 | ## END
|