Home
last modified time | relevance | path

Searched defs:input (Results 1 – 1 of 1) sorted by relevance

/buildSrc-tests/src/test/java/androidx/build/
DMarkdownLinkRewriterTest.kt27 val input = "[Progress Indicator doc](https://developer.android.com/progress)" in testStandardLink() constant
34 val input = "![Progress Image](https://developer.android.com/image.png)" in testImageLink() constant
41 val input = """ in testMultiLineLink() constant
51 val input = """ in testMultiLineImageLink() constant
63 val input = "[Progress Indicator doc]" in testNonLinkWithOnlyBrackets() constant
70 val input = "[Progress Indicator doc] (https://developer.android.com/progress)" in testNonLinkWithBracketsAndParenthesesSeparately() constant
77 val input = "(https://developer.android.com/progress)" in testNonLinkWithOnlyParentheses() constant
84 val input = """ in testMultipleLinksWithMixedContent() constant