Blame result/pattern/simple

Packit 423ecb
Node /a matches pattern a
Packit 423ecb
Node /a/b matches pattern b
Packit 423ecb
Node /a/b matches pattern b
Packit 423ecb
Node /a matches pattern /a
Packit 423ecb
Node /a/b matches pattern a/b
Packit 423ecb
Node /a/b/c matches pattern a/b/c
Packit 423ecb
Node /a matches pattern //a
Packit 423ecb
Node /a/b matches pattern //b
Packit 423ecb
Node /a/b/c matches pattern //c
Packit 423ecb
Node /a/b matches pattern a//b
Packit 423ecb
Node /a/b/c matches pattern a//c
Packit 423ecb
Node /a/b/c matches pattern b//c