Skip to content

Commit

Permalink
Update output to match the updated poem punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Dec 23, 2020
1 parent 777f1e7 commit b7ad637
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ failures:
I got the value 8
thread 'main' panicked at 'assertion failed: `(left == right)`
left: `5`,
right: `10`', src/lib.rs:20:9
right: `10`', src/lib.rs:19:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


Expand Down
6 changes: 3 additions & 3 deletions listings/ch12-an-io-project/listing-12-04/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $ cargo run the poem.txt
Searching for the
In file poem.txt
With text:
Im nobody! Who are you?
I'm nobody! Who are you?
Are you nobody, too?
Then theres a pair of us - dont tell!
Theyd banish us, you know.
Then there's a pair of us - don't tell!
They'd banish us, you know.

How dreary to be somebody!
How public, like a frog
Expand Down
6 changes: 3 additions & 3 deletions listings/ch12-an-io-project/listing-12-12/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ warning: 1 warning emitted
Searching for the
In file poem.txt
With text:
Im nobody! Who are you?
I'm nobody! Who are you?
Are you nobody, too?
Then theres a pair of us - dont tell!
Theyd banish us, you know.
Then there's a pair of us - don't tell!
They'd banish us, you know.

How dreary to be somebody!
How public, like a frog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ $ cargo run body poem.txt
Compiling minigrep v0.1.0 (file:///projects/minigrep)
Finished dev [unoptimized + debuginfo] target(s) in 0.0s
Running `target/debug/minigrep body poem.txt`
Im nobody! Who are you?
I'm nobody! Who are you?
Are you nobody, too?
How dreary to be somebody!

0 comments on commit b7ad637

Please sign in to comment.