Skip to content

Commit 7cd0504

Browse files
authored
Merge branch 'main' into rivet_fmt
2 parents 84bc558 + fa21b36 commit 7cd0504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/tests/fs_test.ri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ test "std.fs.Path.extension()" {
106106
@assert(Path.extension("file.ext.") == "");
107107
@assert(Path.extension("very-long-file.bruh") == ".bruh");
108108
@assert(Path.extension("a.b.c") == ".c");
109-
@assert(Path.extension("a.b.c/") == ".c");
109+
@assert(Path.extension("a.b.c/") == "");
110110

111111
@assert(Path.extension("/") == "");
112112
@assert(Path.extension("/.") == "");

0 commit comments

Comments
 (0)