Fix for (assume ($x > $y)) bug

This commit is contained in:
Bruce Hill 2019-03-26 15:37:27 -07:00
parent 24f347fd0c
commit 6ba2b8b36d

View File

@ -52,7 +52,7 @@ use "core/control_flow"
_b = type_of(_b) == 'Text' and _b:as_lua() or _1_as_text(_b) _b = type_of(_b) == 'Text' and _b:as_lua() or _1_as_text(_b)
at_1_fail(\(quote "\($condition.1.source)"), at_1_fail(\(quote "\($condition.1.source)"),
"Assumption failed: This value was ".._a..", but it was expected to be \ "Assumption failed: This value was ".._a..", but it was expected to be \
..\($condition.3)".._b..".") ..\($condition.2)".._b..".")
end end
end end
") ")