
> riojs@0.3.1 test /Users/olegkirichenko/projects/divsense/riojs
> mocha



  Statements
    1) Summa should return total of inputs


  0 passing (27ms)
  1 failing

  1) Statements
       Summa should return total of inputs:
     SyntaxError: Expected "!=", "!==", "!>>", "%", "&", "&&", "(", "()", "*", "+", "++", "-", "->", ".", "/", "/*", "//", ";", "<", "<*>", "<<", "<<>", "<=", "<=<", "<|>", "==", "===", ">=", ">>=", ">>>", "?", "^", "|", "||", comment, end of line, or whitespace but ">" found.
      at peg$buildStructuredError (index.js:869:12)
      at Object.peg$parse [as parse] (index.js:9523:11)
      at Context.<anonymous> (test/statements.js:16:25)



