From 308a14f85158f1545000499a64bc170d688a0db9 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 10 Jan 2019 18:48:02 -0500 Subject: Import /usr/src/bin/sh from FreeBSD 12.0-RELEASE --- bin/cash/tests/expansion/length8.0 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bin/cash/tests/expansion/length8.0 (limited to 'bin/cash/tests/expansion/length8.0') diff --git a/bin/cash/tests/expansion/length8.0 b/bin/cash/tests/expansion/length8.0 new file mode 100644 index 00000000..0ea7e53f --- /dev/null +++ b/bin/cash/tests/expansion/length8.0 @@ -0,0 +1,14 @@ +# $FreeBSD: releng/12.0/bin/sh/tests/expansion/length8.0 221602 2011-05-07 14:32:16Z jilles $ + +unset LC_ALL +LC_CTYPE=en_US.ISO8859-1 +export LC_CTYPE + +# a umlaut +s=$(printf '\303\244') +# euro sign +s=$s$(printf '\342\202\254') +# some sort of 't' outside BMP +s=$s$(printf '\360\235\225\245') +set -- "$s" +[ ${#s} = 9 ] && [ ${#1} = 9 ] -- cgit 1.4.1 f='/src/refs/?id=ba6fe1f4bf7c7a6b664dd7dad87981e7a242580d'>refs log tree commit diff
path: root/.config/xfce4 (unfollow)
Commit message (Expand)Author
2013-05-20Do not force update, just notifyJune McEnroe
2013-05-15Require pp in IRBJune McEnroe
2013-05-12Only run pacman on zsh start if it existsJune McEnroe
2013-05-09Add mplayer configurationJune McEnroe
2013-05-08Float mplayer2 windowsJune McEnroe
2013-05-04Update awesome themeJune McEnroe
2013-04-27Update terminal colors with proper base16 paletteJune McEnroe
2013-04-27Update location of Xfce4-Terminal configurationJune McEnroe
2013-04-24Update system configurationsJune McEnroe
2013-04-23Fix terminal colorsJune McEnroe
2013-04-14Start xcompmgrJune McEnroe
2013-04-06Drop pacman-color, regular pacman now has colorJune McEnroe
2013-04-06Restore wallpaper automaticallyJune McEnroe
2013-03-22Simplify autostartJune McEnroe
2013-02-24Default to Ruby 2.0June McEnroe
2013-01-26Make pretty riplrcJune McEnroe
2013-01-26Default to awesome sessionJune McEnroe
2013-01-26Add git promptJune McEnroe
2013-01-26Actually port awesome config to 3.5June McEnroe
2013-01-26Make pretty zshrcJune McEnroe
2013-01-26Port awesome config to 3.5June McEnroe
2013-01-26Replace RVM with chrubyJune McEnroe