fails:File.fnmatch does not match characters outside of the range of the bracket expresion
fails:File.fnmatch matches ranges of characters using exclusive bracket expresions (e.g. [^t] or [!t])
fails:File.fnmatch matches case sensitive characters on platfroms with case insensitive paths, when flags include FNM_SYSCASE
fails:File.fnmatch does not match '/' characters with ? or * when flags includes FNM_PATHNAME
fails:File.fnmatch does not match '/' characters inside bracket expressions when flags includes FNM_PATHNAME
fails:File.fnmatch does not match leading periods in filenames with wildcards by default
fails:File.fnmatch matches multiple directories with ** when flags includes File::FNM_PATHNAME
fails:File.fnmatch returns false if '/' in pattern do not match '/' in path when flags includes FNM_PATHNAME
fails:File.fnmatch returns true if '/' in pattern match '/' in path when flags includes FNM_PATHNAME
fails:File.fnmatch does not raise a TypeError if the third argument can be coerced to an Integer
fails:File.fnmatch? does not match characters outside of the range of the bracket expresion
fails:File.fnmatch? matches ranges of characters using exclusive bracket expresions (e.g. [^t] or [!t])
fails:File.fnmatch? matches case sensitive characters on platfroms with case insensitive paths, when flags include FNM_SYSCASE
fails:File.fnmatch? does not match '/' characters with ? or * when flags includes FNM_PATHNAME
fails:File.fnmatch? does not match '/' characters inside bracket expressions when flags includes FNM_PATHNAME
fails:File.fnmatch? does not match leading periods in filenames with wildcards by default
fails:File.fnmatch? matches multiple directories with ** when flags includes File::FNM_PATHNAME
fails:File.fnmatch? returns false if '/' in pattern do not match '/' in path when flags includes FNM_PATHNAME
fails:File.fnmatch? returns true if '/' in pattern match '/' in path when flags includes FNM_PATHNAME
fails:File.fnmatch? does not raise a TypeError if the third argument can be coerced to an Integer
