More typesystem fixes, atleast now properly works
This commit is contained in:
parent
173756818e
commit
57704f5ee5
21 changed files with 262 additions and 88 deletions
|
@ -25,7 +25,7 @@ namespace AspectedRouting.Test
|
|||
{"ferry", "yes"}
|
||||
};
|
||||
|
||||
Assert.Equal("tags -> double", string.Join(", ", aspect.Types));
|
||||
Assert.Equal("tags -> pdouble", string.Join(", ", aspect.Types));
|
||||
Assert.Equal(42d, new Apply(aspect, new Constant(tags)).Evaluate(null));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue