Skip to content

Commit

Permalink
Update output since rebasing and getting new helix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtran committed Feb 11, 2025
1 parent f0feda1 commit 6a0e9d1
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/wasm-lib/kcl/tests/helix_simple/ops.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ description: Operations executed helix_simple.kcl
{
"labeledArgs": {
"data": {
"value": {
"type": "String",
"value": "XZ"
},
"sourceRange": [
60,
64,
Expand All @@ -25,41 +29,66 @@ description: Operations executed helix_simple.kcl
{
"labeledArgs": {
"angleStart": {
"value": {
"type": "Number",
"value": 0.0
},
"sourceRange": [
170,
171,
0
]
},
"axis": {
"value": {
"type": "TagIdentifier",
"value": "edge001",
"artifact_id": "[uuid]"
},
"sourceRange": [
234,
241,
0
]
},
"ccw": {
"value": {
"type": "Bool",
"value": true
},
"sourceRange": [
179,
183,
0
]
},
"length": {
"value": {
"type": "Number",
"value": 10.0
},
"sourceRange": [
211,
213,
0
]
},
"radius": {
"value": {
"type": "Number",
"value": 5.0
},
"sourceRange": [
224,
225,
0
]
},
"revolutions": {
"value": {
"type": "Number",
"value": 5.0
},
"sourceRange": [
199,
200,
Expand Down

0 comments on commit 6a0e9d1

Please sign in to comment.