Skip to content

Commit add06a4

Browse files
committed
fix tests project running failed
1 parent 9395d9c commit add06a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CssInCSharp.Tests/ParserTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void Calc()
2929
height:calc(
3030
100vh -
3131
1px
32-
);").ShouldBe(".user{height:calc( 100vh - 1px );height:calc(\r\n 100vh -\r\n 1px\r\n );}");
32+
);").ShouldBe(".user{height:calc( 100vh - 1px );height:calc(\n 100vh -\n 1px\n );}");
3333
}
3434

3535
[Fact]

0 commit comments

Comments
 (0)