aboutsummaryrefslogtreecommitdiff
path: root/test/src/markdown/ParserTest.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/markdown/ParserTest.kt')
-rw-r--r--test/src/markdown/ParserTest.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/markdown/ParserTest.kt b/test/src/markdown/ParserTest.kt
index 2a310bb2..20b95625 100644
--- a/test/src/markdown/ParserTest.kt
+++ b/test/src/markdown/ParserTest.kt
@@ -26,7 +26,7 @@ public class ParserTest {
}
Test fun linkWithHref() {
- runTestFor("text [links](http://destination)")
+ runTestFor("text [links](http://google.com)")
}
Test fun multiline() {