Skip to content

Commit

Permalink
spelling: workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Jul 24, 2024
1 parent 30cf82e commit cf9c01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semantic-tags/test/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ testTree = Tasty.testGroup "Tags.Tagging.Precise"

-- NB: This emoji (:man-woman-girl-girl:) cannot be entered into a string literal in haskell for some reason, you'll get:
-- > lexical error in string/character literal at character '\8205'
-- The work around is to enter the unicode directly (7 code points).
-- The workaround is to enter the unicode directly (7 code points).
-- utf-8: 25 bytes to represent
-- utf-16: 23 bytes to represent
, testCase "multi code point unicode :man-woman-girl-girl:" $
Expand Down

0 comments on commit cf9c01b

Please sign in to comment.