[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix typo in 0f318e9
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jun 29, 2019
1 parent 0f318e9 commit 3a8608b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tests/procedural-html-filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ <h3>Tests</h3>

<div id="a12" class="tile">
<div class="pass"><div class="fail"></div><a></a><b></b></div>
<code>#phf #a12 .fail:has(+ a)</code>
<code>^#phf #a12 .fail:has(+ a)</code>
</div>

<div id="a13" class="tile">
<div class="pass"><div class="fail"></div><a></a><b></b></div>
<code>#phf #a13 .fail:has(~ b)</code>
<code>^#phf #a13 .fail:has(~ b)</code>
</div>

<script>
Expand Down

0 comments on commit 3a8608b

Please sign in to comment.