summaryrefslogtreecommitdiffstats
path: root/tests/invalid_char/t0001.good
blob: a7c8f1b989b2f080776c15782a93b7a38c11cd8b (plain)
1
2
3
4
5
6
7
8
9
10
11
$ OUT=$(LC_ALL=C smenu -. ! t0001.in)

a!b!c 
0:07 1:07 2:07 3:07 4:07 
$ 

$ echo ":$OUT:"

:a!b!c:

$ exit 0