1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
anselme/test/results/constrained variable assignement.ans
Étienne Reuh Fildadut 13ce7a2efa [language] flush literals are now --- instead of empty lines
Empty lines could lead to unexpected flushes, for example when calling another function where empty lines are used for code presentation.
2024-04-30 23:06:08 +02:00

10 lines
No EOL
433 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--# run #--
--- text ---
| {}"" {}"type(5, \"kg\")" {}"" |
| {}"" {}"type(12, \"kg\")" {}"" |
--- error ---
can not set weigh = 32; $(x) type(x) == t value check failed
↳ from test/tests/constrained variable assignement.ans:9:7 in call: weigh = 32
↳ from test/tests/constrained variable assignement.ans:1:1 in block: :weigh::is("kg") = type(5, "kg")…
--# saved #--
{}