Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 26, 2024
1 parent f3cf85f commit c148031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stringutil/strings_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestEscapeBackslashes(t *testing.T) {
}
{
// Line breaks
assert.Equal(t, `line1 \n line 2`, EscapeBackslashes(`line1 \n line 2`))
assert.Equal(t, "line1 \n line 2", EscapeBackslashes("line1 \n line 2"))
}
}
{
Expand Down

0 comments on commit c148031

Please sign in to comment.