diff options
Diffstat (limited to '')
-rw-r--r-- | new-luxc/test/test/luxc/lang/translation/common.lux | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/new-luxc/test/test/luxc/lang/translation/common.lux b/new-luxc/test/test/luxc/lang/translation/common.lux index be552f1f0..964be4af3 100644 --- a/new-luxc/test/test/luxc/lang/translation/common.lux +++ b/new-luxc/test/test/luxc/lang/translation/common.lux @@ -235,19 +235,6 @@ _ false))) - (test "Can change case of text." - (and (|> (run (` ("lux text =" (~ sample0S) ("lux text upper" (~ sample0S))))) - (case> (#e.Success valueV) - (not (:! Bool valueV)) - - _ - false)) - (|> (run (` ("lux text =" (~ sample0S) ("lux text lower" ("lux text upper" (~ sample0S)))))) - (case> (#e.Success valueV) - (:! Bool valueV) - - _ - false)))) (test "Can get length of text." (|> (run (` ("lux text size" (~ sample0S)))) (case> (#e.Success valueV) |