Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for spre (0.28 sec)

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

            _ * classMetaData.rawCommentText >> ''' * <pre>a << b</pre>'''
    
            when:
            def result = parser.parse(classMetaData, listener)
    
            then:
            format(result.docbook) == '''<programlisting language="java">a &lt;&lt; b</programlisting>'''
        }
    
        def implicitlyEndsCurrentParagraphAtNextBlockElement() {
            _ * classMetaData.rawCommentText >> ''' * for example: <pre>this is some
    Groovy
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 14.2K bytes
    - Viewed (0)
  2. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/AbstractGradleViolationRule.groovy

                      <div class="well">
                          In order to accept this change add the following to <code>${relativePathToApiChanges()}</code>:
                        <pre>${prettyPrintJson(acceptanceJson)}</pre>
                      </div>
                    </div>
                    </p>
                    <p>
    Groovy
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Apr 23 08:40:36 GMT 2024
    - 10.4K bytes
    - Viewed (0)
Back to top