diff options
Diffstat (limited to 'tests/simple.tdy')
| -rw-r--r-- | tests/simple.tdy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/simple.tdy b/tests/simple.tdy index 6793088..8b68da1 100644 --- a/tests/simple.tdy +++ b/tests/simple.tdy @@ -1 +1,3 @@ hello() +hello("a") +hello("a", "b") |
