File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4
4
<Version >0.1.0</Version >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" IronRure.Batteries-Darwin" Version =" 0.0.2 " />
8
- <PackageReference Include =" IronRure.Batteries-Windows" Version =" 0.0.1 " />
7
+ <PackageReference Include =" IronRure.Batteries-Darwin" Version =" 0.0.3 " />
8
+ <PackageReference Include =" IronRure.Batteries-Windows" Version =" 0.0.3 " />
9
9
</ItemGroup >
10
10
</Project >
Original file line number Diff line number Diff line change @@ -147,8 +147,7 @@ public void Regex_FindWithCaptures_ReturnsValidCaptureInfo()
147
147
148
148
var match = captures [ 0 ] ;
149
149
Assert . True ( captures . Matched ) ;
150
- /// FIXME: Waiting for rust-lang/regex#365
151
- ///Assert.Equal(4, captures.Length);
150
+ Assert . Equal ( 4 , captures . Length ) ;
152
151
153
152
Assert . Equal ( 9U , match . Start ) ;
154
153
Assert . Equal ( 19U , match . End ) ;
You can’t perform that action at this time.
0 commit comments