Support = in record initialisation (#4519)
				
					
				
			Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
		@ -87,7 +87,7 @@ extrude001 = extrude(-10, sketch001)`
 | 
			
		||||
    await page.keyboard.press('Enter') // submit
 | 
			
		||||
    await page.waitForTimeout(100)
 | 
			
		||||
    await expect(page.locator('.cm-activeLine')).toContainText(
 | 
			
		||||
      `fillet({ radius: ${KCL_DEFAULT_LENGTH}, tags: [seg01] }, %)`
 | 
			
		||||
      `fillet({ radius = ${KCL_DEFAULT_LENGTH}, tags = [seg01] }, %)`
 | 
			
		||||
    )
 | 
			
		||||
  })
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user