Lines Matching full:modifier
11 # * either uses `ParseModifierPart` or parses the modifier literal
17 # * `no-colon`: after parsing this modifier, the following modifier
21 # * `individual`: parsing this modifier does not follow the common
24 # The SysV column says whether a modifier falls back trying the `:from=to`
25 # System V modifier. Remarks:
28 # the modifier name, so they never fall back to the `:from=to` modifier.
30 # All no-colon modifiers get a "no", as the modifier name would be
31 # trimmed off before the `:from=to` modifier could see them, for
34 # | **Modifier** | **Behavior** | **Remarks** | **SysV** |
83 # Another way to get a single '$' sign is to use the :U modifier. In the
84 # argument of that modifier, a '$' is escaped using the backslash instead.
91 # It is also possible to use the :U modifier directly in the expression.
121 # The modifier :P does not fall back to the SysV modifier.
122 # Therefore the modifier :P=RE generates a parse error.
124 # expect+1: Missing delimiter ":" after modifier "P"
131 # Test the word selection modifier ':[n]' with a very large number that is
133 # expect+1: Invalid modifier ":[99333000222000111000]"
136 # expect+1: Invalid modifier ":[2147483648]"
140 # Test the range generation modifier ':range=n' with a very large number that
142 # expect+1: Invalid number "99333000222000111000}" for modifier ":range"
146 # In an indirect modifier, the delimiter is '\0', which at the same time marks
154 # Test a '$' at the end of a modifier part, for all modifiers in the order
157 # The only modifier parts where an unescaped '$' makes sense at the end are
158 # the 'from' parts of the ':S' and ':C' modifiers. In all other modifier
184 # expect+1: Invalid modifier ":[$]"
229 # expect+1: Invalid argument "fallback$" for modifier ":mtime"
243 # expect+1: Missing delimiter ":" after modifier "L"
253 # in the part of a modifier, ":}\$" can be escaped using a backslash.
260 # in the part of a modifier, ":)\$" can be escaped using a backslash.
266 # Same when the modifier is the last modifier in an expression.
271 # Same when the modifier is the last modifier in an expression.