We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38dc2e6 commit f94e537Copy full SHA for f94e537
semantic-tags/test/Test.hs
@@ -82,7 +82,7 @@ testTree = Tasty.testGroup "Tags.Tagging.Precise"
82
83
-- NB: This emoji (:man-woman-girl-girl:) cannot be entered into a string literal in haskell for some reason, you'll get:
84
-- > lexical error in string/character literal at character '\8205'
85
- -- The work around is to enter the unicode directly (7 code points).
+ -- The workaround is to enter the unicode directly (7 code points).
86
-- utf-8: 25 bytes to represent
87
-- utf-16: 23 bytes to represent
88
, testCase "multi code point unicode :man-woman-girl-girl:" $
0 commit comments