From 227d33b768fd38284f387282569f2c4c07c579c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=B8=89?= <940119273@qq.com> Date: Fri, 5 Jul 2024 03:45:50 +0000 Subject: [PATCH] =?UTF-8?q?!2863=20=E5=BC=80=E5=8F=91:=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=BF=AB=E7=85=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __test__/Polyline/__snapshots__/polyline_ext.test.ts.snap | 3 +++ __test__/Polyline/polyline_ext.test.ts | 1 + 2 files changed, 4 insertions(+) create mode 100644 __test__/Polyline/__snapshots__/polyline_ext.test.ts.snap diff --git a/__test__/Polyline/__snapshots__/polyline_ext.test.ts.snap b/__test__/Polyline/__snapshots__/polyline_ext.test.ts.snap new file mode 100644 index 000000000..197c862c4 --- /dev/null +++ b/__test__/Polyline/__snapshots__/polyline_ext.test.ts.snap @@ -0,0 +1,3 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`多段线圆弧前向延伸错误 1`] = `"1966.69140"`; diff --git a/__test__/Polyline/polyline_ext.test.ts b/__test__/Polyline/polyline_ext.test.ts index edaadb030..8816cf384 100644 --- a/__test__/Polyline/polyline_ext.test.ts +++ b/__test__/Polyline/polyline_ext.test.ts @@ -1,6 +1,7 @@ import { Polyline } from "../../src/DatabaseServices/Entity/Polyline"; import { LoadCurvesFromFileData } from "../Utils/LoadEntity.util"; import "../Utils/jest.util"; + test('多段线圆弧前向延伸错误', () => { let d =