Codespell
This commit is contained in:
@ -819,7 +819,7 @@ profile001 = circle(sketch001, center = [0, 0], radius = 1)
|
|||||||
])
|
])
|
||||||
})
|
})
|
||||||
|
|
||||||
it('should return the pipe substition symbol in a variable-less simple profile selection', async () => {
|
it('should return the pipe substitution symbol in a variable-less simple profile selection', async () => {
|
||||||
const circleProfileInVar = `startSketchOn(XY)
|
const circleProfileInVar = `startSketchOn(XY)
|
||||||
|> circle(center = [0, 0], radius = 1)
|
|> circle(center = [0, 0], radius = 1)
|
||||||
`
|
`
|
||||||
@ -906,7 +906,7 @@ profile002 = circle(sketch001, center = [2, 2], radius = 1)
|
|||||||
])
|
])
|
||||||
})
|
})
|
||||||
|
|
||||||
it('should return the pipe substition symbol and a variable name in a complex multi profile selection', async () => {
|
it('should return the pipe substitution symbol and a variable name in a complex multi profile selection', async () => {
|
||||||
const circleProfileInVar = `startSketchOn(XY)
|
const circleProfileInVar = `startSketchOn(XY)
|
||||||
|> circle(center = [0, 0], radius = 1)
|
|> circle(center = [0, 0], radius = 1)
|
||||||
profile002 = circle(sketch001, center = [2, 2], radius = 1)
|
profile002 = circle(sketch001, center = [2, 2], radius = 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user