Skip to content

Commit 46526ab

Browse files
committed
1 parent 9bdf884 commit 46526ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FluentMigrator.BatchParser.Tests/RangeSearcherTests.cs

+1
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ public void TestDoubleDashSingleLineComment(string input, string expectedComment
301301

302302
[TestCase(" # qweqwe", " qweqwe", " ")]
303303
[TestCase(" # qwe\nqwe", " qwe", " \nqwe")]
304+
[TestCase("asd # qwe\nqwe", "", "asd # qwe\nqwe")]
304305
public void TestPoundSignSingleLineComment(string input, string expectedComment, string expectedOther)
305306
{
306307
var source = new TextReaderSource(new StringReader(input));

0 commit comments

Comments
 (0)