Add tuple eta test

This commit is contained in:
imaqtkatt 2024-05-22 16:21:05 -03:00
parent a92f58225d
commit d2e4a7a7a6
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1 @@
main = (10.0, 10.0)

View File

@ -0,0 +1,9 @@
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/run_file/tuple_eta.bend
---
NumScott:
(10.000, 10.000)
Scott:
(10.000, 10.000)