We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a6f14 commit c6b2225Copy full SHA for c6b2225
xml-conduit/test/unit.hs
@@ -1132,7 +1132,7 @@ streamRenderGenerateEvents = do
1132
nonEmptyTag <- runConduit $
1133
R.tag "foo" (R.attr "bar" "baz") (R.content "...") .| sinkList
1134
nonEmptyTag @?=
1135
- [ EventBeginElement "foo" [("bar", ["baz"])]
+ [ EventBeginElement "foo" [("bar", [ContentText "baz"])]
1136
, EventContent $ ContentText "..."
1137
, EventEndElement "foo"
1138
]
0 commit comments