v2 / cmd / tools / vvet / tests / assert_multiline_message_with_leading_spaces.vv
4 lines · 4 sloc · 43 bytes · 7818758b88d4ffc0e7f7edd21c6f00b0b4870c09
Raw
1fn main() {
2 assert true, 'abc
3 xyz'
4}
5