Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Commit 1b00282

Browse files
committed
Fix spelling in test
1 parent cd877d2 commit 1b00282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-text.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ return {
1717
tasty.assert.are_equal(text.len 'Straße', 6)
1818
end),
1919
test('string with small letter e accute', function ()
20-
tasty.assert.are_equal(text.len 'Chartie', 7)
20+
tasty.assert.are_equal(text.len 'Charité', 7)
2121
end),
2222
test('Unicode snowman', function ()
2323
tasty.assert.are_equal(text.len '', 1)

0 commit comments

Comments
 (0)