Skip to content

Commit

Permalink
Add test desc
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed May 28, 2024
1 parent e37b415 commit 01069cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/Unit/Shrun/Utils.hs
Original file line number Diff line number Diff line change
@@ -104,6 +104,6 @@ someControlStripped =

testEscapeDoubleQuotes :: TestTree
testEscapeDoubleQuotes =
testCase "" $ do
testCase "Escapes double quotes" $ do
"some \\\"text \\\"\\\"" @=? U.escapeDoubleQuotes "some \"text \"\""
"some text " @=? U.escapeDoubleQuotes "some text "

0 comments on commit 01069cd

Please sign in to comment.