tests/functional2/lang: Migrate trivial eval-okay tests

Change-Id: I07a2e70eacd3d7bca3fc4d7074b9892b9ea35346
This commit is contained in:
piegames
2025-06-02 21:52:34 +02:00
parent 9673c6480a
commit 019b17f4e9
66 changed files with 0 additions and 0 deletions
@@ -0,0 +1 @@
[ 3.4 3.5 2.5 1.5 ]
+6
View File
@@ -0,0 +1,6 @@
[
(1.1 + 2.3)
(builtins.add (0.5 + 0.5) (2.0 + 0.5))
((0.5 + 0.5) * (2.0 + 0.5))
((1.5 + 1.5) / (0.5 * 4.0))
]