Skip to content

Commit 4d3225c

Browse files
committed
Update trim_characters.test.ts
1 parent b63057c commit 4d3225c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/format/trim_characters.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Deno.test(
4949
fn: () => {
5050
assertEquals(
5151
trimCharacters('\ttabc123t\t', '\t'),
52-
'tabc123'
52+
'tabc123t'
5353
)
5454
}
5555
})

0 commit comments

Comments
 (0)