examples: Add missing mcl files
I forgot to add these, sorry.
This commit is contained in:
20
examples/lang/modules/badexample1/main/hello.mcl
Normal file
20
examples/lang/modules/badexample1/main/hello.mcl
Normal file
@@ -0,0 +1,20 @@
|
||||
import "fmt"
|
||||
|
||||
import "h2g2.mcl"
|
||||
|
||||
import "mod1/"
|
||||
|
||||
# imports as example1
|
||||
import "git://github.com/purpleidea/mgmt-example1/"
|
||||
|
||||
$answer = $h2g2.answer
|
||||
|
||||
test "hello" {
|
||||
anotherstr => fmt.printf("the answer is: %d", $answer),
|
||||
}
|
||||
test "hello2" {
|
||||
anotherstr => fmt.printf("i imported local: %s", $mod1.name),
|
||||
}
|
||||
test "hello3" {
|
||||
anotherstr => fmt.printf("i imported remote: %s", $example1.name),
|
||||
}
|
||||
Reference in New Issue
Block a user