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

Lines Matching refs:an

4 # depending on whether there was an expression somewhere before the
20 # And now both cases combined: A single modifier with both an escaped ':'
21 # as well as an expression that expands to a ':'.
23 # XXX: As of 2020-11-01, when an escaped ':' occurs before the
27 # ${:U:}, which silently expands to an empty string, instead of generating
28 # an error message.
56 # parsed as an escaped '$'. Instead, ParseModifier_Match first scans for
67 # In lint mode, the case of a lonely '$' is covered with an error message.
86 # Demonstrate an inconsistency between positive and negative character lists
117 # In brackets, the backslash is just an ordinary character.
118 # Outside brackets, it is an escape character for a few special characters.