Skip to content

Commit

Permalink
Added missing snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jun 27, 2023
1 parent 9ab270b commit fb74f10
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/snapshots/insta_cmd__pass_stdin.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
source: src/lib.rs
info:
program: cat
args: []
stdin: Hello World!
---
success: true
exit_code: 0
----- stdout -----
Hello World!
----- stderr -----

13 changes: 13 additions & 0 deletions src/snapshots/insta_cmd__pass_stdin_on_array.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
source: src/lib.rs
info:
program: cat
args: []
stdin: Hello World!
---
success: true
exit_code: 0
----- stdout -----
Hello World!
----- stderr -----

0 comments on commit fb74f10

Please sign in to comment.