Skip to content

Commit

Permalink
Add new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ccampbell committed Apr 10, 2012
1 parent 4a3ff19 commit 4131275
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions tests/features/repeat.mmlx
@@ -1,6 +1,6 @@
// repeat1:
// volume: 1(+2)..15'2

/**
* so many ways to say the same thing
*/
repeat1:
volume: 1..15.step(2) 1..15.step(2)

Expand All @@ -25,4 +25,10 @@ repeat7:
repeat8:
volume: [[1..15].step(2)].repeat(2)

A @repeat1 @repeat2 @repeat3 @repeat4 @repeat5 @repeat6 @repeat7 @repeat8
repeat9:
volume: [1..15].step(2) [1..15].step(2)

repeat10:
volume: 1 3 5 7 9 11 13 15 [1..15].step(2)

A @repeat1 @repeat2 @repeat3 @repeat4 @repeat5 @repeat6 @repeat7 @repeat8 @repeat9 @repeat10

0 comments on commit 4131275

Please sign in to comment.