OILS / spec / builtin-bind.test.sh View on Github | oilshell.org

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