Skip to content

Commit

Permalink
Bad char.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jun 28, 2022
1 parent a09a11b commit f7d8ab9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void Should_normalize_dir_itemspec()
{
var i1 = new TaskItem(@".\ext");
IkvmReferenceItemPrepare.AssignMetadata(IkvmReferenceItemUtil.Import(new[] { i1 }));
i1.ItemSpec.Should().Be(@"ext\");
i1.ItemSpec.Should().Be(@"ext" + Path.DirectorySeparatorChar);
}

[TestMethod]
Expand Down

0 comments on commit f7d8ab9

Please sign in to comment.