Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for forMarkdownLink (0.06 seconds)

  1. build-logic/documentation/src/test/groovy/gradlebuild/docs/FindBrokenInternalLinksTest.groovy

            releaseNotes << """
    Nothing to write about
            """
    
            when:
            run('checkDeadInternalLinks').buildAndFail()
    
            then:
            assertFoundDeadLinks([DeadLink.forMarkdownLink(sampleDoc, "[Invalid markdown link](https://docs.gradle.org/nowhere)")])
        }
    
        def "finds Release notes broken links"() {
            given:
            sampleDoc << """
    Nothing to write about
            """
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Aug 21 16:24:54 GMT 2025
    - 11.6K bytes
    - Click Count (0)
Back to Top