Home | History | Annotate | Download | only in unit-tests

Lines Matching refs:backslash

92 # The first backslash does not escape the second backslash.
93 # Therefore, the second backslash escapes the parenthesis.
97 # If the first backslash were to escape the second backslash, the first
100 # After that, the remaining backslash would escape the parenthesis in
105 #EXP= (} # If the first backslash were to escape ...
110 # The backslash in \( does not escape the parenthesis, therefore it
124 # The double backslash is passed verbatim to the pattern matcher.
125 # The Str_Match pattern is \\(:M*}, and there the backslash is unescaped.