diff --git a/pkl-formatter/src/test/files/FormatterSnippetTests/input/only-doc-comment.pkl b/pkl-formatter/src/test/files/FormatterSnippetTests/input/only-doc-comment.pkl new file mode 100644 index 00000000..21999bd8 --- /dev/null +++ b/pkl-formatter/src/test/files/FormatterSnippetTests/input/only-doc-comment.pkl @@ -0,0 +1,3 @@ +/// This file only contains a doc-comment +/// +/// And nothing else diff --git a/pkl-formatter/src/test/files/FormatterSnippetTests/output/only-doc-comment.pkl b/pkl-formatter/src/test/files/FormatterSnippetTests/output/only-doc-comment.pkl new file mode 100644 index 00000000..21999bd8 --- /dev/null +++ b/pkl-formatter/src/test/files/FormatterSnippetTests/output/only-doc-comment.pkl @@ -0,0 +1,3 @@ +/// This file only contains a doc-comment +/// +/// And nothing else