Units separated to their own block, and properly tested
This commit is contained in:
parent
71efdbe020
commit
452d7c155b
7 changed files with 100 additions and 19 deletions
11
test/points/000_units.yaml
Normal file
11
test/points/000_units.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
units:
|
||||
a: cy - 7
|
||||
variables:
|
||||
b: a * 1.5
|
||||
points:
|
||||
zones:
|
||||
matrix:
|
||||
columns:
|
||||
col:
|
||||
rows:
|
||||
row:
|
7
test/points/000_units___units.json
Normal file
7
test/points/000_units___units.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"u": 19,
|
||||
"cx": 18,
|
||||
"cy": 17,
|
||||
"a": 10,
|
||||
"b": 15
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue