aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/Makefile
diff options
context:
space:
mode:
authorUlf Wiger <[email protected]>2009-12-17 23:54:51 +0100
committerBjörn Gustavsson <[email protected]>2010-01-07 10:13:49 +0100
commit1c3a6c89c4f8d25dc0a3f71f4967ad80729cdbfe (patch)
tree9b46e2dbc05b66b97d06e472bda7c8af2511adc5 /lib/stdlib/test/Makefile
parentebaa01050deb2bbc4cf4e1279e3d8ffe220080d9 (diff)
downloadotp-1c3a6c89c4f8d25dc0a3f71f4967ad80729cdbfe.tar.gz
otp-1c3a6c89c4f8d25dc0a3f71f4967ad80729cdbfe.tar.bz2
otp-1c3a6c89c4f8d25dc0a3f71f4967ad80729cdbfe.zip
Shell tab completion now works for quoted module and function names
While quoted atoms in module and function names are not common, they are allowed, and sometimes quite useful. In OTP, they are commonplace in ORBER, and can also be found in XMERL. Tab completion needs to recognize quoted atoms and act accordingly. This patch includes changes in edlin:over_word/1. It should be noted that these changes also affect the 'kill word', 'forward word' and 'backward word' commands in the line editor. The author thinks that the changes are for the better. There are also minor changes in edlin_expand.erl - mainly in regard to the conversion between atoms and strings. Another change is that the list of matches is now sorted, partly to simplify testing, but also because it seems sensible to present the matches that way. A test suite, edlin_expand_SUITE, has been added to the stdlib test suites. (amended 2009-12-18 to actually include the modified files too and again to rename the capitalized test modules for portability.)
Diffstat (limited to 'lib/stdlib/test/Makefile')
-rw-r--r--lib/stdlib/test/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/stdlib/test/Makefile b/lib/stdlib/test/Makefile
index 7a87eef5f3..ac8cbba375 100644
--- a/lib/stdlib/test/Makefile
+++ b/lib/stdlib/test/Makefile
@@ -18,6 +18,7 @@ MODULES= \
digraph_utils_SUITE \
dummy1_h \
dummy_h \
+ edlin_expand_SUITE \
epp_SUITE \
erl_eval_helper \
erl_eval_SUITE \
@@ -29,6 +30,10 @@ MODULES= \
escript_SUITE \
ets_SUITE \
ets_tough_SUITE \
+ expand_test \
+ expand_test1 \
+ ExpandTestCaps \
+ ExpandTestCaps1 \
filelib_SUITE \
file_sorter_SUITE \
filename_SUITE \