Avatar
// Allowed, equal to "foo\nbar" """ foo bar """ // Not allowed """foo bar """ // Not allowed """ foo bar"""
1:45 AM
- The core team also believes that underindentation or inconsistent tab/space usage within the indentation should be an error. Every line inside the literal must begin with the exact sequence of spaces and tabs that precedes the closing delimiter.
1:46 AM
インデントを含まないなら冒頭のスペースどうすんだろうと思ったんだけど、終わりの """ をベースに考えるってことかな?妥当な気がする。 (edited)