Commit b444bc2
fix(parser): keep parenthesized multi-param lambda as first function arg (#2455)
* fix(parser): keep parenthesized multi-param lambda as first function arg
Signed-off-by: lisbon-craigb-13142 <lisbon-craigb-13142@users.noreply.github.com>
* fix(parser): keep parenthesized multi-param lambda as first function arg
Signed-off-by: lisbon-craigb-13142 <lisbon-craigb-13142@users.noreply.github.com>
* style: apply spotless wrapping in LambdaExpressionTest
Signed-off-by: ivanclarksoft <ivanclarksoft@users.noreply.github.com>
---------
Signed-off-by: lisbon-craigb-13142 <lisbon-craigb-13142@users.noreply.github.com>
Signed-off-by: ivanclarksoft <ivanclarksoft@users.noreply.github.com>
Co-authored-by: lisbon-craigb-13142 <lisbon-craigb-13142@users.noreply.github.com>
Co-authored-by: ivanclarksoft <ivanclarksoft@users.noreply.github.com>1 parent 32a7949 commit b444bc2
2 files changed
Lines changed: 23 additions & 16 deletions
File tree
- src
- main/jjtree/net/sf/jsqlparser/parser
- test/java/net/sf/jsqlparser/expression
Lines changed: 15 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7885 | 7885 | | |
7886 | 7886 | | |
7887 | 7887 | | |
7888 | | - | |
7889 | | - | |
7890 | | - | |
7891 | | - | |
7892 | | - | |
7893 | | - | |
7894 | | - | |
7895 | | - | |
7896 | | - | |
7897 | | - | |
7898 | | - | |
7899 | | - | |
7900 | | - | |
| 7888 | + | |
| 7889 | + | |
| 7890 | + | |
| 7891 | + | |
| 7892 | + | |
| 7893 | + | |
| 7894 | + | |
| 7895 | + | |
| 7896 | + | |
| 7897 | + | |
| 7898 | + | |
| 7899 | + | |
| 7900 | + | |
| 7901 | + | |
7901 | 7902 | | |
7902 | | - | |
7903 | | - | |
| 7903 | + | |
7904 | 7904 | | |
7905 | 7905 | | |
7906 | 7906 | | |
| |||
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
| |||
0 commit comments