Skip to content

Commit

Permalink
part of update
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreese committed Apr 14, 2015
1 parent 70f495d commit 4cfb891
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/test-scripts/target.mvpt.good
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
#!/bin/bash
func_1() {
baz
test3
three.foo
bar
test2
foo
test1
#!/bin/bash
func_1() {
touch three
}

Expand All @@ -17,11 +13,15 @@ touch three
#}

func_2() {
bar
test2
touch two

}

func_3() {
foo
test1
touch one

}
Expand Down

0 comments on commit 4cfb891

Please sign in to comment.