From f5c4671bfbad96bf346bd7e9a21fc4317b4959df Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 3 Dec 2022 17:00:20 +0530 Subject: Adds most of the tools --- .../vdoc/tests/testdata/newlines/main.comments.out | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 v_windows/v/cmd/tools/vdoc/tests/testdata/newlines/main.comments.out (limited to 'v_windows/v/cmd/tools/vdoc/tests/testdata/newlines/main.comments.out') diff --git a/v_windows/v/cmd/tools/vdoc/tests/testdata/newlines/main.comments.out b/v_windows/v/cmd/tools/vdoc/tests/testdata/newlines/main.comments.out new file mode 100644 index 0000000..f3ee942 --- /dev/null +++ b/v_windows/v/cmd/tools/vdoc/tests/testdata/newlines/main.comments.out @@ -0,0 +1,22 @@ +module main + +fn funky() + hello + + empty line + newline using a full stop. + ```v + code + ``` + + test + ==== + - foo + - bar + # test + ########### deep test + #a shouldnt have a newline test + + | foo bar | yes | + |-----------|--------| + | working | yup | \ No newline at end of file -- cgit v1.2.3