forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend decoration test to detect regressions
- Loading branch information
1 parent
4c89c28
commit 7ab8e0c
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
<span class="example"><span class="kw">let </span>x = <span class="number">1</span>; | ||
</span><span class="kw">let </span>y = <span class="number">2</span>; | ||
<span class="kw">let </span>y = <span class="number">2</span>; | ||
</span><span class="example2"><span class="kw">let </span>z = <span class="number">3</span>; | ||
</span><span class="kw">let </span>a = <span class="number">4</span>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters