Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for f1$$$$$$Some$OtherText (0.12 sec)

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

            }
    
            then:
            !fileWithDollars.exists()
    
            where:
    
            [filename, antType] << [[
                'f1$$SomeOtherText',
                'f1$$$$$$Some$OtherText',
                'f1$${Some}OtherText',
                'f1$${SomeOther$$$Text',
                'f1$$${my.property}Text',
                '${my.property}'],
                [AntType.FileSet, AntType.ResourceCollection]
            ].combinations()
    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