Skip to content

Commit

Permalink
Fix autolinking test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed May 9, 2016
1 parent e35b8ac commit 36784ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/autolinking.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Autolinking</h1>
<emu-clause id="sec-bar">
<h1>Autolinking 2</h1>
<p>lowercase should not autolink. But Lowercase should. But not LowerCase.</p>
<p>Strict mode shoud link. But Scrict Mode should not.</p>
<p>Strict mode shoud link. But Strict Mode should not.</p>
<p>%Percent% should autolink.</p>
<p>Vars to dfns should be vars not dfns: _Lowercase_.</p>
<p>Also, no autolinks in <a href="#">anchors: Lowercase</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion test/autolinking.html.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<emu-clause id="sec-bar">
<h1><span class="secnum">2</span>Autolinking 2<span class="utils"><span class="anchor"><a href="#sec-bar">#</a></span></span></h1>
<p>lowercase should not autolink. But <emu-xref href="#sec-foo"><a href="#sec-foo">Lowercase</a></emu-xref> should. But not LowerCase.</p>
<p><emu-xref href="#sec-foo"><a href="#sec-foo">Strict mode</a></emu-xref> shoud link. But Scrict Mode should not.</p>
<p><emu-xref href="#sec-foo"><a href="#sec-foo">Strict mode</a></emu-xref> shoud link. But Strict Mode should not.</p>
<p><emu-xref href="#sec-foo"><a href="#sec-foo">%Percent%</a></emu-xref> should autolink.</p>
<p>Vars to dfns should be vars not dfns: <var>Lowercase</var>.</p>
<p>Also, no autolinks in <a href="#">anchors: Lowercase</a>.</p>
Expand Down

0 comments on commit 36784ac

Please sign in to comment.