File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ let mixedRanges = (
101
101
+ generateRanges( for: mixedString, by: 256 )
102
102
+ generateRanges( for: mixedString, by: 512 ) )
103
103
104
- let asciiString = #"""
104
+ let _asciiString = #"""
105
105
Swift is a high-performance system programming language. It has a clean
106
106
and modern syntax, offers seamless access to existing C and Objective-C code
107
107
and frameworks, and is memory safe by default.
@@ -130,6 +130,7 @@ let asciiString = #"""
130
130
directory you run the script with a filename of the form:
131
131
``swift-LOCAL-YYYY-MM-DD-a-osx.tar.gz``.
132
132
"""#
133
+ let asciiString = String ( repeating: _asciiString, count: 10 )
133
134
134
135
let asciiRanges = (
135
136
generateRanges ( for: asciiString, by: 1 )
You can’t perform that action at this time.
0 commit comments