mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
improve duration print
This commit is contained in:
parent
552272b37e
commit
cd9d9ad50b
1 changed files with 0 additions and 8 deletions
|
@ -131,11 +131,7 @@ fn find_and_replaces() {
|
||||||
cwd: dirs.test(), h::pipeline(
|
cwd: dirs.test(), h::pipeline(
|
||||||
r#"
|
r#"
|
||||||
open sample.toml
|
open sample.toml
|
||||||
<<<<<<< HEAD
|
|
||||||
| str fortune.teller.phone --find-replace [KATZ "5289"]
|
| str fortune.teller.phone --find-replace [KATZ "5289"]
|
||||||
=======
|
|
||||||
| str fortune.teller.phone --find-replace [KATZ 5289]
|
|
||||||
>>>>>>> 8cedd2e... replace and find-replace str plugin additions.
|
|
||||||
| get fortune.teller.phone
|
| get fortune.teller.phone
|
||||||
| echo $it
|
| echo $it
|
||||||
"#
|
"#
|
||||||
|
@ -161,11 +157,7 @@ fn find_and_replaces_without_passing_field() {
|
||||||
r#"
|
r#"
|
||||||
open sample.toml
|
open sample.toml
|
||||||
| get fortune.teller.phone
|
| get fortune.teller.phone
|
||||||
<<<<<<< HEAD
|
|
||||||
| str --find-replace [KATZ "5289"]
|
| str --find-replace [KATZ "5289"]
|
||||||
=======
|
|
||||||
| str --find-replace [KATZ 5289]
|
|
||||||
>>>>>>> 8cedd2e... replace and find-replace str plugin additions.
|
|
||||||
| echo $it
|
| echo $it
|
||||||
"#
|
"#
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in a new issue