Skip to content

Commit

Permalink
Exclude broken specs due to inky bug
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Dec 6, 2021
1 parent b58948b commit 830c82f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions spec/cases/spacer/with_attr.inky
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!-- pending https://github.com/foundation/inky/issues/135 --->
<div>
Stuff on top
<spacer foo="bar"/>
Stuff on bottom
</div>
2 changes: 1 addition & 1 deletion spec/cases/spacer/with_size.inky
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
Stuff on top
<spacer class="some classes" foo="bar" size="42"/>
<spacer class="some classes" size="42"/>
Stuff on bottom
</div>
2 changes: 1 addition & 1 deletion spec/cases/spacer/with_size_lg.inky
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div>
Stuff on top
<spacer class="some classes" foo="bar" size-lg="666"/>
<spacer class="some classes" size-lg="666"/>
<p>Stuff on bottom</p>
2 changes: 1 addition & 1 deletion spec/cases/spacer/with_size_sm.inky
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
Stuff on top
<spacer class="some classes" foo="bar" size-sm="42"></spacer>
<spacer class="some classes" size-sm="42"></spacer>
Stuff on bottom
</div>
2 changes: 1 addition & 1 deletion spec/cases/spacer/with_size_sm_and_lg.inky
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
Stuff on top
<spacer class="some classes" foo="bar" size-sm="42" size-lg="666"/>
<spacer class="some classes" size-sm="42" size-lg="666"/>
Stuff on bottom
</div>
6 changes: 6 additions & 0 deletions spec/cases/spacer/with_sizes_and_attr.inky
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!-- pending https://github.com/foundation/inky/issues/135 --->
<div>
Stuff on top
<spacer class="some classes" foo="bar" size-sm="42" size-lg="666"/>
Stuff on bottom
</div>

0 comments on commit 830c82f

Please sign in to comment.