Commit 59b700f
fix: DESCRIBE WORKFLOW output missing CREATE keyword (issue #478)
describeWorkflowToString emitted 'workflow Module.Name' which the parser
rejects — CREATE WORKFLOW is required at top level. Changed to emit
'create workflow Module.Name' so DESCRIBE output is directly executable.
Updated TestDescribeWorkflow_Mock to assert 'create workflow' and added
a parse roundtrip assertion so this class of regression is caught
automatically.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a5af42d commit 59b700f
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
| 51 | + | |
51 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
52 | 59 | | |
53 | 60 | | |
54 | 61 | | |
| |||
0 commit comments