diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-16 10:40:44 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-16 10:55:34 +0100 |
| commit | f08648e4b5a9f7855a2ed9068a386e2f3c596322 (patch) | |
| tree | 1f1567ea609a1f74aaeab3cbbfdb249c5c47d723 /tests/fixtures | |
Initial implementation
Diffstat (limited to 'tests/fixtures')
| -rw-r--r-- | tests/fixtures/simple.wmap | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/fixtures/simple.wmap b/tests/fixtures/simple.wmap new file mode 100644 index 0000000..6c83047 --- /dev/null +++ b/tests/fixtures/simple.wmap @@ -0,0 +1,13 @@ +Tea (90, 50) +Cup (80, 40) +Kettle (70, 30) [square] +Water (60, 20) [triangle] + +Tea -> Cup +Cup -> Kettle +Kettle -> Water + +[Note] (50, 50) This is a simple tea supply chain +[Group] Tea, Cup, Kettle +[Inertia] Kettle +[Evolution] Tea + 10 |