Commit ef1cdde
committed
fix: handle ConstantRefExpr and QualifiedNameExpr in diff expressionToString
The Executor.expressionToString method in cmd_diff_mdl.go was missing
cases for ConstantRefExpr and QualifiedNameExpr, causing mxcli diff to
output Go struct formatting instead of valid MDL syntax.1 parent f31fa1b commit ef1cdde
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
701 | 701 | | |
702 | 702 | | |
703 | 703 | | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
704 | 708 | | |
705 | 709 | | |
706 | 710 | | |
| |||
0 commit comments