- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for replacesTabsWith4Spaces (0.09 seconds)
-
build-logic/documentation/src/test/groovy/gradlebuild/docs/UserGuideTransformTaskTest.groovy
*/ package gradlebuild.docs import org.gradle.util.internal.TextUtil import spock.lang.Specification class UserGuideTransformTaskTest extends Specification { def replacesTabsWith4Spaces() { given: String content = "test\ttest\ttest" when: def actual = UserGuideTransformTask.normalise(content) then: actual == "test test test" }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Jul 27 19:28:51 GMT 2021 - 1.9K bytes - Click Count (0)