Skip to content

Commit

Permalink
Graph (unittests)
Browse files Browse the repository at this point in the history
- Added test for `opDollar()`
  • Loading branch information
deavmi committed May 4, 2024
1 parent 1ebed93 commit f1c4631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/niknaks/containers.d
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,8 @@ unittest
assert(treeOfStrings[1] == subtree_2.getValue());
assert(treeOfStrings[2] == subtree_3.getValue());

assert(treeOfStrings.opDollar() == 3);

InclusionStratergy!(string) strat = toDelegate(&Always!(string));
TouchStratergy!(string) touch = toDelegate(&DebugTouch!(string));

Expand Down

0 comments on commit f1c4631

Please sign in to comment.