Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wraps (0.12 sec)

  1. build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/HtmlToXmlJavadocLexerTest.groovy

            "<h1>text</h1> text  \t"                           | "<h1>text</h1><p> text</p>"
            "<ul><li>  text  <li> text  "                      | "<ul><li>  text  </li><li> text</li></ul>"
        }
    
        def "wraps text in an implicit <p> element"() {
            expect:
            parse(source) == transformed
    
            where:
            source                          | transformed
            "text"                          | "<p>text</p>"
    Groovy
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 6.5K bytes
    - Viewed (0)
Back to top