Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for f1$$SomeOtherText (0.17 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/project/DefaultAntBuilderTest.groovy

                files.addToAntBuilder(delegate, null, antType)
            }
    
            then:
            !fileWithDollars.exists()
    
            where:
    
            [filename, antType] << [[
                'f1$$SomeOtherText',
                'f1$$$$$$Some$OtherText',
                'f1$${Some}OtherText',
                'f1$${SomeOther$$$Text',
                'f1$$${my.property}Text',
                '${my.property}'],
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 11 16:17:40 UTC 2022
    - 7.7K bytes
    - Viewed (0)
Back to top