Skip to content

Commit a0074e6

Browse files
authored
Update string_test.ri
1 parent d62bd53 commit a0074e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/tests/string_test.ri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test "string.fmt()" {
1313
"reverse order: {2}, {1}, {0}".fmt(1, 2, 3) == "reverse order: 3, 2, 1"
1414
);
1515

16-
// FIXME: fix len 10 != 9 -> @assert("rune: `{}`".fmt('Á') == "rune: `Á`");
16+
@assert("rune: `{}`".fmt('Á') == "rune: `Á`");
1717

1818
@assert("{0:-4}k".fmt(1) == "1 k");
1919
@assert("{:4}k".fmt(2004) == "2004k");

0 commit comments

Comments
 (0)