Skip to content

Commit

Permalink
Fix a test case.
Browse files Browse the repository at this point in the history
Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
  • Loading branch information
reid-spencer committed Oct 21, 2023
1 parent 8ad9d57 commit ac333d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ class MarkdownWriterTest extends HugoTestBase {
|---
|| Term | Type | Brief Description |
|| :---: | :---: | :--- |
|| [`one`](A/B/one)[{{< icon "gdoc_github" >}}](https://example.com/blob/main/src/main/riddl/one "GitHub Link") | [Term](https://riddl.tech/concepts/term/) | The first term |
|| [`two`](A/B/C/two)[{{< icon "gdoc_github" >}}](https://example.com/blob/main/src/main/riddl/two "GitHub Link") | [Term](https://riddl.tech/concepts/term/) | The second term |
|| [`one`](A/B/one)[{{< icon "gdoc_github" >}}](https://example.com/blob/main/src/main/riddl/one "Source Link") | [<small>term</small>](https://riddl.tech/concepts/term/) | The first term |
|| [`two`](A/B/C/two)[{{< icon "gdoc_github" >}}](https://example.com/blob/main/src/main/riddl/two "Source Link") | [<small>term</small>](https://riddl.tech/concepts/term/) | The second term |
|""".stripMargin
output mustBe expected
}
Expand Down

0 comments on commit ac333d6

Please sign in to comment.