auto: 2026-09-14 14:18 (ESD_LAPTOP)

This commit is contained in:
2026-09-14 14:18:01 +09:00
parent 8dfa68df32
commit d8e6e52f75
+5 -2
View File
@@ -225,8 +225,11 @@ def test_다단_성토부선이_면적_트림에_들어간다():
)
assert "const extendTrimSlope = (" in source, "트림 확장 자리가 사라짐"
# 유출측·집수정 계류측 **둘 다** — 한쪽만 넣으면 그쪽 단만 물량에 잡힌다.
assert "extendTrimSlope(drawnFillPoints(extras)" in source, "유출측 다단이 빠짐"
assert "extendTrimSlope(drawnFillPoints(basinExtras)" in source, "집수정 계류측 다단이 빠짐"
# 면적용은 확정 단까지만(`extrasForArea` — 2026-09-14 ㉠ 미확정 단은 성토를 안 깎음).
assert "extendTrimSlope(drawnFillPoints(extrasForArea)" in source, "유출측 다단이 빠짐"
assert "extendTrimSlope(drawnFillPoints(basinExtrasForArea)" in source, (
"집수정 계류측 다단이 빠짐"
)
# 그리지 않는 `cut` 갈래(벽이 묻힌 자리)까지 넣으면 면적이 거꾸로 부푼다.
assert 'segment.kind !== "cut"' in source, "묻힌 구간을 안 걸러냄"