-
Notifications
You must be signed in to change notification settings - Fork 67
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
Showing
4 changed files
with
26 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: No -o | ||
args: 'the\s+\S+ t/text/gettysburg.txt' | ||
ordered: true | ||
stdout: | | ||
but it can never forget what they did here. It is for us the living, | ||
rather, to be dedicated here to the unfinished work which they who | ||
here dedicated to the great task remaining before us -- that from these | ||
the last full measure of devotion -- that we here highly resolve that | ||
shall have a new birth of freedom -- and that government of the people, | ||
by the people, for the people, shall not perish from the earth. | ||
--- | ||
name: With -o | ||
args: 'the\s+\S+ t/text/gettysburg.txt -o' | ||
ordered: true | ||
stdout: | | ||
the living, | ||
the unfinished | ||
the great | ||
the last | ||
the people, | ||
the people, | ||
the people, | ||
the earth. |
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