ultraq / thymeleafjs

A basic implementation of the Thymeleaf templating engine in JavaScript
Apache License 2.0
52 stars 8 forks source link

added unless processor #25

Closed rob-bar closed 5 years ago

rob-bar commented 5 years ago

This adds a th:unless to the processor stack 👍

rob-bar commented 5 years ago

@ultraq Quick question, the tests fail at the moment. Is this a problem?

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-1.2%) to 90.039% when pulling cdf9bfce6cadc15b4a6e82bb48c9b3b4196f3636 on rob-bar:issue-unless-processor into 56e87209323413d66e91be013bffdafd024b6104 on ultraq:master.

ultraq commented 5 years ago

Tests passed, but coveralls thinks that any decrease in coverage is a failure. Wonder if there are some settings I can play around with so it doesn't do that. I'll look into it.