https://py.checkio.org/mission/unix-match-part-2/solve/
Test (Extra 4):
unix_match("nametxt","name[]txt") == False (with comment "seq without any chars will never match")
Test (Extra 14):
unix_match("checkio","[c[]heckio") == True
Created at: 2021/03/30 21:36; Updated at: 2021/04/01 11:11
The question is resolved.