File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 180180 "type" : " duplicate-variant"
181181 }
182182 ]
183+ },
184+ {
185+ "src" : " .match {star :string} |*| {{Literal star}} * {{The default}}" ,
186+ "exp" : " The default"
183187 }
184188 ]
185189}
Original file line number Diff line number Diff line change 196196 "src" : " .local $x = {a}{{}}" ,
197197 "exp" : " "
198198 },
199+ {
200+ "description" : " input-declaration-like content in complex-message" ,
201+ "src" : " {{.input {$x}}}" ,
202+ "params" : [{ "name" : " x" , "value" : " X" }],
203+ "exp" : " .input X"
204+ },
205+ {
206+ "description" : " local-declaration-like content in complex-message with leading whitespace" ,
207+ "src" : " {{ .local $x = {$y}}}" ,
208+ "params" : [{ "name" : " y" , "value" : " Y" }],
209+ "exp" : " .local $x = Y"
210+ },
199211 {
200212 "description" : " ... matcher -> match-statement [s] variant -> match 1*([s] selector) variant -> match selector selector variant -> match selector selector variant key s key quoted-pattern" ,
201213 "src" : " .match{a :f}{b :f}a b{{}}* *{{}}" ,
You can’t perform that action at this time.
0 commit comments