Skip to content

Commit

Permalink
test: Ensure warnings are set when parsing empty content files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 2, 2024
1 parent 087f077 commit f423a56
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AzureLiquid.Tests/PreviewProcessTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ public void EnsurePreviewParsingCSharpArguments()
[InlineData("--watch", "", "", "", "", "", "", "")]
[InlineData("--help", "", "", "", "", "", "", "")]
[InlineData("--template", "./Resources/event_not_found.liquid", "--content", "./Resources/event.xml", "--output", "./Resources/preview.txt", "", "")]
[InlineData("--template", "./Resources/empty.liquid", "--content", "./Resources/event.json", "--output", "./Resources/preview.txt", "", "")]
[InlineData("--template", "./Resources/empty.liquid", "--content", "./Resources/empty.json", "--output", "./Resources/preview.txt", "", "")]
public void EnsureArgumentParsing(string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8)
{
// Arrange
Expand Down
Empty file.
Empty file.

0 comments on commit f423a56

Please sign in to comment.