File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ public void Bind_Ok()
214214 } ) ;
215215 } ) ;
216216 } ) ;
217- Assert . Contains ( "<div class=\" input-group\" ><div class=\" form-control is-display\" >test-name</div><div class=\" input-group-text\" ><span> 姓名</span></ div><div class=\" input-group-text\" ><span></span ></div></div>" , cut . Markup ) ;
217+ Assert . Contains ( "<div class=\" input-group\" ><div class=\" form-control is-display\" >test-name</div><div class=\" input-group-text\" >姓名</div><div class=\" input-group-text\" ></div></div>" , cut . Markup ) ;
218218 }
219219
220220 [ Fact ]
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ public void InputGroup_Width()
321321 } ) ) ;
322322 } ) ;
323323
324- cut . MarkupMatches ( "<div class=\" input-group\" ><div class=\" input-group-text\" required= \" true \" style=\" --bb-input-group-label-width: 120px;\" ><span> BootstrapInputGroup</span> </div></div>" ) ;
324+ cut . MarkupMatches ( "<div class=\" input-group\" ><div class=\" input-group-text\" style=\" --bb-input-group-label-width: 120px;\" required= \" true \" > BootstrapInputGroup</div></div>" ) ;
325325 }
326326
327327 [ Fact ]
You can’t perform that action at this time.
0 commit comments