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

Lines Matching refs:modifier

3 # Tests for the :range variable modifier, which generates sequences
9 # The :range modifier generates a sequence of integers, one number per
21 # The :range modifier takes the number of words from the value of the
34 # The :range modifier can be given a parameter, which makes the generated
39 # XXX: As of 2023-12-17, the ':range=n' modifier does not turn the undefined
57 # The :range modifier requires a number as parameter.
60 # stopped there. It then tried to parse the next modifier at that point,
61 # which failed with the message "Unknown modifier".
65 # expect+1: Invalid number "x}Rest" != "Rest"" for modifier ":range"
74 # modifier.
75 # expect+1: Unknown modifier ":x0"
91 # modifier name too short
92 # expect+1: Unknown modifier ":rang"
99 # misspelled modifier name
100 # expect+1: Unknown modifier ":rango"
107 # modifier name too long
108 # expect+1: Unknown modifier ":ranger"