Skip to content

Commit b7ed97f

Browse files
authored
Merge pull request #3 from janseeger/renovate/pdvrieze.xmlutil
Update pdvrieze.xmlutil to v0.91.1
2 parents 5cfc281 + e5955e5 commit b7ed97f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/testResources/well-formatted-opml-file.opml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<title>Feeds</title>
44
</head>
55
<body>
6-
<outline text="A text" title="A title" type="rss" htmlUrl="https://a.content.example.net" xmlUrl="https://a.feed.example.net"/>
6+
<outline text="A text" title="A title" type="rss" htmlUrl="https://a.content.example.net" xmlUrl="https://a.feed.example.net" />
77
<outline text="some folder" title="some folder">
8-
<outline text="B text" title="B title" type="rss" htmlUrl="https://b.feed.example.net" xmlUrl="https://b.content.example.net"/>
9-
<outline text="C text" title="C title" type="rss" htmlUrl="https://c.feed.example.net" xmlUrl="https://c.content.example.net"/>
8+
<outline text="B text" title="B title" type="rss" htmlUrl="https://b.feed.example.net" xmlUrl="https://b.content.example.net" />
9+
<outline text="C text" title="C title" type="rss" htmlUrl="https://c.feed.example.net" xmlUrl="https://c.content.example.net" />
1010
</outline>
1111
</body>
1212
</opml>

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
ajalt-clikt = "5.0.3"
33
kotlinx-io = "0.7.0"
4-
pdvrieze-xmlutil = "0.90.3"
4+
pdvrieze-xmlutil = "0.91.1"
55

66
[libraries]
77
ajalt-clikt = { group = "com.github.ajalt.clikt", name = "clikt", version.ref = "ajalt-clikt" }

lib/testResources/some.opml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
</head>
55
<body>
66
<outline type="rss" text="A text" xmlUrl="https://a.feed.example.net" title="A title"
7-
htmlUrl="https://a.content.example.net"/>
7+
htmlUrl="https://a.content.example.net" />
88
<outline text="some folder" title="some folder">
99
<outline title="B title" text="B text"
1010
htmlUrl="https://b.feed.example.net"
11-
xmlUrl="https://b.content.example.net" type="rss"/>
11+
xmlUrl="https://b.content.example.net" type="rss" />
1212
<outline title="C title" text="C text"
1313
htmlUrl="https://c.feed.example.net"
14-
xmlUrl="https://c.content.example.net" type="rss"/>
14+
xmlUrl="https://c.content.example.net" type="rss" />
1515
</outline>
1616
</body>
1717
</opml>

0 commit comments

Comments
 (0)