This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
-
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.
- Loading branch information
1 parent
b19ae75
commit 6acac71
Showing
6 changed files
with
17 additions
and
49 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
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
6 changes: 3 additions & 3 deletions
6
Starship/Rockstar.Test/fixtures/whitespace/apostrophesIgnored.rock
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,10 +1,10 @@ | ||
('s is valid in poetic assignments with the apostrophe ignored) | ||
|
||
my soul is the Devil's to take | ||
shout my soul | ||
shout my soul (prints: 3624) | ||
|
||
my soul is the Devil'sto take | ||
shout my soul | ||
shout my soul (prints: 384) | ||
|
||
my soul is the Devil 's to take | ||
shout my soul | ||
shout my soul (prints: 35124) |
3 changes: 0 additions & 3 deletions
3
Starship/Rockstar.Test/fixtures/whitespace/apostrophesIgnored.rock.out
This file was deleted.
Oops, something went wrong.
6 changes: 2 additions & 4 deletions
6
Starship/Rockstar.Test/fixtures/whitespace/leading_whitespace.rock
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,6 +1,4 @@ | ||
Rockstar is a big bad monster truck | ||
While Rockstar is greater than nothing | ||
Shout Rockstar | ||
Put Rockstar without 500 into Rockstar | ||
Rockstar is 1337 | ||
Shout Rockstar (prints: 1337) | ||
|
||
|
27 changes: 0 additions & 27 deletions
27
Starship/Rockstar.Test/fixtures/whitespace/leading_whitespace.rock.out
This file was deleted.
Oops, something went wrong.