Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
text
Commits
aee3efe6
Commit
aee3efe6
authored
Dec 01, 2021
by
Bodigrim
Committed by
Xia Li-yao
Dec 01, 2021
Browse files
Fix merge conflict in tests
parent
200d6d5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Tests/Properties/Transcoding.hs
View file @
aee3efe6
...
@@ -202,7 +202,7 @@ t_decode_with_error4' =
...
@@ -202,7 +202,7 @@ t_decode_with_error4' =
t_decode_with_error5'
=
ioProperty
$
do
t_decode_with_error5'
=
ioProperty
$
do
ret
<-
Exception
.
try
$
Exception
.
evaluate
$
E
.
streamDecodeUtf8
(
B
.
pack
[
0x81
])
ret
<-
Exception
.
try
$
Exception
.
evaluate
$
E
.
streamDecodeUtf8
(
B
.
pack
[
0x81
])
pure
$
case
ret
of
pure
$
case
ret
of
Left
(
_
::
UnicodeException
)
->
True
Left
(
_
::
E
.
UnicodeException
)
->
True
Right
{}
->
False
Right
{}
->
False
t_infix_concat
bs1
text
bs2
=
t_infix_concat
bs1
text
bs2
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment