mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Doc-comment only fails to parse
This commit is contained in:
3
pkl-formatter/src/test/files/FormatterSnippetTests/input/only-doc-comment.pkl
vendored
Normal file
3
pkl-formatter/src/test/files/FormatterSnippetTests/input/only-doc-comment.pkl
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/// This file only contains a doc-comment
|
||||
///
|
||||
/// And nothing else
|
||||
3
pkl-formatter/src/test/files/FormatterSnippetTests/output/only-doc-comment.pkl
vendored
Normal file
3
pkl-formatter/src/test/files/FormatterSnippetTests/output/only-doc-comment.pkl
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/// This file only contains a doc-comment
|
||||
///
|
||||
/// And nothing else
|
||||
Reference in New Issue
Block a user