Skip to content

Commit

Permalink
Fix a test case by a few newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
reidspencer committed Feb 11, 2025
1 parent c2bd2db commit a5f0ce6
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,12 @@ class RiddlTest extends AbstractTestingBasis {
val input =
"""domain foo is {
| domain bar is { ??? }
|
|}
|
|""".stripMargin
|}""".stripMargin
val rpi = RiddlParserInput(input, "")
Riddl.parse(rpi) match
case Left(messages) => fail(messages.format)
case Right(root) =>
val converted =
val converted =
Timer.time("toRiddlText", true) {
Riddl.toRiddlText(root)
}
Expand Down

0 comments on commit a5f0ce6

Please sign in to comment.