• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

RichTeaLang / RichTea / 45
64%

Build:
DEFAULT BRANCH: master
Ran 03 Aug 2016 11:59PM UTC
Jobs 1
Files 78
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
45

push

travis-ci

Richard-Walton
Extended *parser* support to handle new branch syntax.

(Runtime support not yet added.  The following changes can be *parsed* but will not be accessable via the runtime)

 - To avoid amibuities in RichTea syntax, branches must now begin with ":"
 - Removed optional "#" prefix for branches
 - Added support for guards (boolean checks which can stop exeuction of the branch)
 - Added support for attributes (list of attributes the branch makes available when executed)
 - Attributes support default values
 - Added basic tests for the new syntax parsing

Changes:

Prev: myFn({ ... })
Now:  myFn(:{ ... })

Prev: myFn(namedBranch { ... })
Now:  myFn(:namedBranch { ... })

Added: myFn(x:10 :branch(this.x > 9) { ... })
Added: myFn(:branch |named, attributes, in, branch, context| { ... })

E.g.

if(x :then {

} :elseif(y) {

})

3553 of 5478 relevant lines covered (64.86%)

5459.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 45.1 03 Aug 2016 11:59PM UTC 0
64.86
Travis Job 45.1
Source Files on build 45
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #45
  • 5f45751d on github
  • Prev Build on master (#44)
  • Next Build on master (#46)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc