Skip to content

Commit

Permalink
Update tests to no longer require odd formatting workaround for XML p…
Browse files Browse the repository at this point in the history
…arser!
  • Loading branch information
ChrisMBarr committed Aug 7, 2023
1 parent 7ffbbb3 commit a580f0c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/builder.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ describe('OpenLyricsBuilder', (): void => {
<titles>
<title lang="en-US" original="true">Amazing Grace</title>
<title lang="en">Amazing Grace</title>
<title>
Amazing </title>
<title>Amazing</title>
<title lang="de-DE" translit="en">Erstaunliche Anmut</title>
</titles>
</properties>
Expand Down Expand Up @@ -183,8 +182,7 @@ Amazing </title>
<title>Required</title>
</titles>
<authors>
<author>
John Newton </author>
<author>John Newton</author>
<author type="words">Chris Rice</author>
<author type="music">Richard Wagner</author>
<author lang="cs" type="translation">František Foo</author>
Expand Down Expand Up @@ -257,8 +255,7 @@ John Newton </author>
<title>Required</title>
</titles>
<themes>
<theme>
Adoration </theme>
<theme>Adoration</theme>
<theme lang="en-US">Grace</theme>
<theme lang="pt-BR">Graça</theme>
</themes>
Expand Down

0 comments on commit a580f0c

Please sign in to comment.