Closed
Description
Describe the bug
Title describes it.
To Reproduce
- Copy paste the following code
- Run the test by clicking the run button for
yup
provided by vscode-swift
NOT reproducible:
- on macOS
- executing
swift test
from terminal
struct League3Tests {
@Test func yup() {
var string:String = ""
for i in 1...2000 {
string += "\(i)\n"
}
print(string)
}
}
Which always produces:
Without line breaks:
Expected behavior
Printing of the whole string and test result output with no missing content.
Environment
- OS: Arch Linux (6.13.2-arch1-1)
- Swift version (swift-6.0.3-RELEASE)
- Visual Studio Code version: 1.96.4-1
- vscode-swift version: 2.0.0
Additional context
Forum post: https://forums.swift.org/t/77808
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Needs Verification