We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63057c commit 4d3225cCopy full SHA for 4d3225c
src/format/trim_characters.test.ts
@@ -49,7 +49,7 @@ Deno.test(
49
fn: () => {
50
assertEquals(
51
trimCharacters('\ttabc123t\t', '\t'),
52
- 'tabc123'
+ 'tabc123t'
53
)
54
}
55
})
0 commit comments