summaryrefslogtreecommitdiffstats
path: root/tests/line_separators/t0001.good
blob: 2d0456bcc069332f3d78ff1c1f98b2ecb979291a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$ OUT=$(smenu -c -L\\ue2ac87 t0001.in)

def  ▲
5:20 
ghi  │
5:20 
jkl  ┃
5:20 
mno  │
5:20 
pqr  ▼
0:07 1:07 2:07 5:20 
$ 

$ printf "%s\n" ":$OUT:"

:pqr:

$ exit 0