Skip to content

Commit 759047b

Browse files
committed
#202 - new test
1 parent c90f91f commit 759047b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

tests/HydraScript.IntegrationTests/HydraScript.IntegrationTests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
<None Update="Samples\arreditread.js">
2727
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2828
</None>
29+
<None Update="Samples\cast.js">
30+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
31+
</None>
2932
<None Update="Samples\ceil.js">
3033
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3134
</None>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
let one = 1 as string
2+
let i = one as number
3+
if (i as boolean)
4+
>>> "Success"

0 commit comments

Comments
 (0)