Extra test coverage for expand_shorthand (#80)

This commit is contained in:
Luke Kershaw 2023-01-23 13:46:57 +00:00 committed by GitHub
parent 86a74945ca
commit 75f907917b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 738 additions and 0 deletions

46
test/outlines/expand.yaml Normal file
View file

@ -0,0 +1,46 @@
points:
zones:
matrix: {}
outlines:
base:
- what: rectangle
where: true
size: 20
bound: false
sh_beveled:
- what: outline
name: base
expand: "5]"
sh_round:
- what: outline
name: base
expand: "6)"
sh_pointy:
- what: outline
name: base
expand: "7>"
shorthand-combo:
- "sh_pointy"
- "-sh_round"
- "+sh_beveled"
- "-base"
jnt_beveled:
- what: outline
name: base
expand: 8
joints: beveled
jnt_round:
- what: outline
name: base
expand: 9
joints: round
jnt_pointy:
- what: outline
name: base
expand: 10
joints: pointy
joint-name-combo:
- "jnt_pointy"
- "-jnt_round"
- "+jnt_beveled"
- "-base"