Skip to content

Commit

Permalink
one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaselv committed Mar 12, 2024
1 parent 2be31d2 commit 4b48ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/Microsoft.PowerFx.Core.Tests/TexlTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2476,6 +2476,7 @@ public void TexlFunctionTypeSemanticsTimeValue(string script)
[InlineData("Table(Sequence(20000))", "*[Value: n]")]
[InlineData("Table(Filter(T1, b = 5))", "*[a:n, b:n, c:n]")]
[InlineData("Table({X:1}, [1, 2, 3])", "*[X:n, Value:n]")]
[InlineData("Table(First(DS))", "*[Id:n, Name:s, Age:n]")]
[InlineData("Table(First(DS), Last(DS))", "*[Id:n, Name:s, Age:n]")]
[InlineData("Table(Last(DS), {count: CountRows(DS)})", "*[Id:n, Name:s, Age:n, count:n]")]
public void TexlFunctionTypeSemanticsTable(string script, string expectedType)
Expand Down

0 comments on commit 4b48ac1

Please sign in to comment.