From b480c8ce79a581af47d49a6e2b71b08f9421427f Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Sun, 21 Sep 2014 21:02:41 -0700 Subject: Allow U+F8FF to be typed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit U+F8FF is the last character in the private use area, but it's also the codepoint used for the Apple symbol (), which is typeable on US keyboards in OS X, and so should actually work. --- tests/generic.expect | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/generic.expect (limited to 'tests/generic.expect') diff --git a/tests/generic.expect b/tests/generic.expect new file mode 100644 index 00000000..d422603a --- /dev/null +++ b/tests/generic.expect @@ -0,0 +1,13 @@ +# vim: set filetype=expect: +# +# General tests that don't belong elsewhere + +spawn $fish + +expect_prompt + +# ensure the Apple key () is typeable +send_line "echo " +expect_prompt "" {} unmatched { + puts stderr "Couldn't type apple key ()" +} -- cgit v1.2.3