Support = in record initialisation (#4519)
				
					
				
			Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
		| @ -275,7 +275,7 @@ test.describe(`Testing gizmo, fixture-based`, () => { | ||||
|  | ||||
|     await test.step(`Select an edge of this circle`, async () => { | ||||
|       const circleSnippet = | ||||
|         'circle({ center: [318.33, 168.1], radius: 182.8 }, %)' | ||||
|         'circle({ center = [318.33, 168.1], radius = 182.8 }, %)' | ||||
|       await moveToCircle() | ||||
|       await clickCircle() | ||||
|       await editor.expectState({ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user