Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop committed Nov 22, 2023
1 parent 7b006a0 commit 712f81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RueITests/TestTags.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void TestQuoteFailures(string input)
[TestMethod]
[DataRow("\"hello world - - - again\"")]
[DataRow("hello \n\n\nworld")]
[DataRow("\"y")]
[DataRow("")]
public void TestQuoteSuccess(string input)
{
string? shouldExist = TagHelpers.ExtractFromQuotations(input);
Expand Down

0 comments on commit 712f81e

Please sign in to comment.