Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 123Thing (0.07 sec)

  1. platforms/core-runtime/base-services/src/test/groovy/org/gradle/util/internal/GUtilTest.groovy

            toWords("a") == "a"
            toWords("aB") == "a b"
            toWords("ABC") == "abc"
            toWords("ABCThing") == "abc thing"
            toWords("ABC Thing") == "abc thing"
            toWords("123Thing") == "123 thing"
            toWords(".") == ""
            toWords("_") == ""
        }
    
        def "flattens maps and arrays"() {
            expect:
            flatten([[1], [foo: 'bar']]) == [1, 'bar']
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 9.7K bytes
    - Viewed (0)
Back to top