> On Apr 11, 2017, at 7:33 AM, Vladimir.S via swift-evolution 
> <swift-evolution@swift.org> wrote:
> 
> 2. Seems like a mistake:
> "Multi-line string with indentation stripping prevented by whitespace before 
> leading newline"
> 
> """↵
> ····Hello↵
> ····world!"""
> 
> Creates a string with:
> 
> ····↵
> ····Hello↵
> ····world!
> 
> I believe it should be just:
> 
> ····Hello↵
> ····world!


Sorry, this example is mislabeled. (The same heading is used twice.) It should 
be something like "Multi-line string with indentation stripping prevented by 
non-whitespace before trailing delimiter".

-- 
Brent Royal-Gordon
Architechies

_______________________________________________
swift-evolution mailing list
swift-evolution@swift.org
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to