]> Git — Sourcephile - haskell/symantic-xml.git/blob - test/Golden/XML/0045.xml.read
XML: fix union of EscapedText
[haskell/symantic-xml.git] / test / Golden / XML / 0045.xml.read
1 (NodeElem doc) @(test/Golden/XML/0045.xml#1:1-2:26 :| [])
2 |
3 +- (NodeAttr att) @(test/Golden/XML/0045.xml#1:6-1:15 :| [])
4 | |
5 | `- (NodeText (EscapedText (fromList [EscapedPlain "val"]))) @(test/Golden/XML/0045.xml#1:11-1:14 :| [])
6 |
7 +- (NodeAttr att2) @(test/Golden/XML/0045.xml#2:1-2:12 :| [])
8 | |
9 | `- (NodeText (EscapedText (fromList [EscapedPlain "val2"]))) @(test/Golden/XML/0045.xml#2:7-2:11 :| [])
10 |
11 `- (NodeAttr att3) @(test/Golden/XML/0045.xml#2:13-2:24 :| [])
12 |
13 `- (NodeText (EscapedText (fromList [EscapedPlain "val3"]))) @(test/Golden/XML/0045.xml#2:19-2:23 :| [])
14