Skip to content

Commit d3a4e32

Browse files
author
James Brundage
committed
fix: Turtle.get_Points
The get_Points property had not been handling E notation
1 parent e0f7b70 commit d3a4e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Types/Turtle/get_Points.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$this.Steps -replace '[\w-[\d\.]]+' -split '\s+' -ne '' -as [double[]]
1+
$this.Steps -replace '[\w-[\d\.E\-]]+' -split '\s+' -ne '' -as [double[]]

0 commit comments

Comments
 (0)