diff options
Diffstat (limited to 'tests/mason-core/functional/string_spec.lua')
| -rw-r--r-- | tests/mason-core/functional/string_spec.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/mason-core/functional/string_spec.lua b/tests/mason-core/functional/string_spec.lua index 6fb99c45..7bbe06c5 100644 --- a/tests/mason-core/functional/string_spec.lua +++ b/tests/mason-core/functional/string_spec.lua @@ -45,4 +45,9 @@ Ipsum ]] ) end) + + it("should transform casing", function() + assert.equals("HELLO!", _.to_upper "Hello!") + assert.equals("hello!", _.to_lower "Hello!") + end) end) |
