1
0
Fork 0
util-linux/tests/expected/libmount/optstr-match
Daniel Baumann c36e531662
Adding upstream version 2.41.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:26:35 +02:00

13 lines
332 B
Text

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"