Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Apr 21, 2024
1 parent 2b3f445 commit bf191d7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -667,8 +667,8 @@ public void multipleElseNodes() throws Exception {
"<style><citation><layout>" +
"<choose>" +
"<if variable=\"title\"></if>" +
"<else variable=\"title\"></if>" +
"<else variable=\"title\"></if>" +
"<else variable=\"title\"></else>" +
"<else variable=\"title\"></else>" +
"</choose>" +
"</layout></citation></style>");
}
Expand All @@ -684,8 +684,8 @@ public void multipleElseIfAfterElse() throws Exception {
"<style><citation><layout>" +
"<choose>" +
"<if variable=\"title\"></if>" +
"<else variable=\"title\"></if>" +
"<else-if variable=\"title\"></if>" +
"<else variable=\"title\"></else>" +
"<else-if variable=\"title\"></else-if>" +
"</choose>" +
"</layout></citation></style>");
}
Expand Down

0 comments on commit bf191d7

Please sign in to comment.