summaryrefslogtreecommitdiffstats
path: root/tests/expected/libmount/optstr-match
blob: 1fc862fff839707be2cd9dfecc51fdaf5f70d125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
false : "xxx,yyy,zzz"	:	"nozzz"
true  : "xxx,yyy,zzz"	:	"xxx,noeee"
true  : "bar,zzz"	:	"nofoo"
true  : "nofoo,bar"	:	"nofoo"
true  : "nofoo,bar"	:	"+nofoo"
false : "bar,zzz"	:	"+nofoo"
true  : "bar,zzz"	:	""
true  : "bar,zzz"	:	"+"
true  : ""	:	""
false : ""	:	"foo"
true  : ""	:	"nofoo"
false : ""	:	"no,foo"
true  : "no"	:	"+no"