Commit 59862f3
committed
test(psl-parser): drive parseAttributeArg through a wrapping node
parseAttributeArg builds into the cursor node stack and returns void on main;
the member-access tests were written against its earlier GreenNode-returning
signature. Wrap the call in an AttributeArgList node and extract the parsed
AttributeArg child.
Signed-off-by: Alexey Orlenko's AI Agent <robot@aqrln.net>1 parent 5899fdc commit 59862f3
1 file changed
Lines changed: 9 additions & 1 deletion
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
| |||
0 commit comments