Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for stripIndent (0.07 seconds)

  1. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/YamlRestCompatTestPluginFuncTest.groovy

              - length: { value_not_to_replace: 1 }
            ---
            "use cat with no header":
              - do:
                  cat.indices:
                    {}
              - match: {}
            """.stripIndent()
            when:
            def result = gradleRunner("yamlRestTestV${compatibleVersion}CompatTest").build()
    
            then:
    
            result.task(transformTask).outcome == TaskOutcome.SUCCESS
    
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 30 16:30:48 GMT 2021
    - 16.4K bytes
    - Click Count (0)
  2. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/AbstractGradleViolationRule.groovy

                        On `master` branch, these two files are usually reset (cleaned up), unless you have special reasons not to do so.
                      </div>
                    </details>
                    """.stripIndent()
            )
            return violation
        }
    
        private static String prettyPrintJson(def acceptanceJson) {
            def stringWriter = new StringWriter()
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Jan 22 12:18:18 GMT 2026
    - 10K bytes
    - Click Count (0)
Back to Top