Searched refs:TestVectors (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
H A D | tests.d | 59 struct TestVectors struct 69 static immutable TestVectors[] tv = [ argument 70 TestVectors( "a\\b", "a", "y", "$&", "a" ), 71 TestVectors( "(a)b\\1", "abaab","y", "$&", "aba" ), 72 TestVectors( "()b\\1", "aaab", "y", "$&", "b" ), 73 TestVectors( "abc", "abc", "y", "$&", "abc" ), 74 TestVectors( "abc", "xbc", "n", "-", "-" ), 75 TestVectors( "abc", "axc", "n", "-", "-" ), 76 TestVectors( "abc", "abx", "n", "-", "-" ), 77 TestVectors( "abc", "xabcy","y", "$&", "abc" ), [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
H A D | tests.d | 59 struct TestVectors struct 69 static immutable TestVectors[] tv = [ argument 70 TestVectors( "a\\b", "a", "y", "$&", "a" ), 71 TestVectors( "(a)b\\1", "abaab","y", "$&", "aba" ), 72 TestVectors( "()b\\1", "aaab", "y", "$&", "b" ), 73 TestVectors( "abc", "abc", "y", "$&", "abc" ), 74 TestVectors( "abc", "xbc", "n", "-", "-" ), 75 TestVectors( "abc", "axc", "n", "-", "-" ), 76 TestVectors( "abc", "abx", "n", "-", "-" ), 77 TestVectors( "abc", "xabcy","y", "$&", "abc" ), [all …]
|