You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reckon so because of #364. However, this test case checks for two things:
Unicode syntax for arrows.
Unicode syntax for Template Haskell.
There should ideally be two different test cases for these two features. Is there something that stops us from parsing Unicode Template Haskell expressions?
The text was updated successfully, but these errors were encountered:
expected
The following code:
— Works and outputs some syntax tree.
actual
A parse error comes out:
discussion
it works fine with ASCII
The following:
— Works and outputs some syntax tree.
the test case is broken
There is a test case
tests/examples/brackets.hs
that is expected to fail!For example, this is the contents of the file
tests/examples/brackets.hs.prettyprinter.golden
:I reckon so because of #364. However, this test case checks for two things:
There should ideally be two different test cases for these two features. Is there something that stops us from parsing Unicode Template Haskell expressions?
The text was updated successfully, but these errors were encountered: