Lines Matching defs:MatchFilePathTest
1 //===- unittest/Format/MatchFilePathTest.cpp ------------------------------===//
16 class MatchFilePathTest : public testing::Test {
26 TEST_F(MatchFilePathTest, Wildcard) {
39 TEST_F(MatchFilePathTest, Backslash) {
47 TEST_F(MatchFilePathTest, Newline) {
54 TEST_F(MatchFilePathTest, Star) {
59 TEST_F(MatchFilePathTest, CaseSensitive) {
66 TEST_F(MatchFilePathTest, PathSeparators) {
71 TEST_F(MatchFilePathTest, NumericEscapeSequence) {
77 TEST_F(MatchFilePathTest, ValidBrackets) {
86 TEST_F(MatchFilePathTest, InvalidBrackets) {
93 TEST_F(MatchFilePathTest, Range) {
100 TEST_F(MatchFilePathTest, Hyphen) {
114 TEST_F(MatchFilePathTest, UpperLELower) {
124 TEST_F(MatchFilePathTest, SlashAndBackslashInBrackets) {
133 TEST_F(MatchFilePathTest, SlashAndBackslashInRange) {
144 TEST_F(MatchFilePathTest, Brackets) {
153 TEST_F(MatchFilePathTest, Path) {
167 TEST_F(MatchFilePathTest, Globstar) {