Commit 63fa9ae
committed
fix: correct microflow body syntax in bug-test 258
The bug-test script shipped with PR #258 used the old paren-body microflow
form ('create microflow X returns Y (...)'), which the current MDL parser
rejects. Studio Pro verification via 'mxcli check' fails before the script
can even be executed.
Rewrite the two microflows with the begin/end form so the script round-trips
through check + exec. Functional payload (DROP + CREATE OR MODIFY with the
same qualified name + DESCRIBE roundtrip) is unchanged.
Verified: 'mxcli check mdl-examples/bug-tests/258-drop-create-microflow-unitid-preservation.mdl'
reports 'Syntax OK (5 statements)'.1 parent cf6860c commit 63fa9ae
1 file changed
Lines changed: 14 additions & 10 deletions
Lines changed: 14 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
0 commit comments