v/cmd/tools/vdoc/testdata/newlines/main.v

23 lines
318 B
V

// hello
//
// line after empty line,
// newline after comment line.
// ```v
// code
// ```
//
// test
// ====
// - foo
// - bar
// # test
// ########### deep test
// #a shouldn't have a newline
// test
//
// | foo bar | yes |
// |-----------|--------|
// | working | yup |
pub fn funky() {
println('hi')
}