Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nddrylliog committed Dec 3, 2013
1 parent 713aaa0 commit ea0d96b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
10 changes: 5 additions & 5 deletions spec/samples/braces.ooc
@@ -1,9 +1,9 @@
// {
some_func(||
/* { */
heya()
/*
* {
*/
/* { */
heya()
/*
* {
*/
)
heya()
8 changes: 8 additions & 0 deletions spec/samples/calls.ooc
@@ -0,0 +1,8 @@
loop(||
"Oh yeah" println()
)

getFunction(name, suffix, call, andThen,
some, other, stuff)

// All good
8 changes: 8 additions & 0 deletions spec/samples/calls.ooc.ref
@@ -0,0 +1,8 @@
loop(||
"Oh yeah" println()
)

getFunction(name, suffix, call, andThen,
some, other, stuff)

// All good
2 changes: 1 addition & 1 deletion spec/samples/main_func.ooc
@@ -1,3 +1,3 @@
main: func (a: Int) {
"Hello" println()
"Hello" println()
}

0 comments on commit ea0d96b

Please sign in to comment.