mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
fix: linting
This commit is contained in:
@@ -5,7 +5,7 @@ chai.use(require('chai-as-promised'))
|
||||
|
||||
describe('tags/tablerow', function () {
|
||||
var liquid = Liquid()
|
||||
|
||||
|
||||
it('should support tablerow', function () {
|
||||
var src = '{% tablerow i in (1..3)%}{{ i }}{% endtablerow %}'
|
||||
var dst = '<tr class="row1"><td class="col1">1</td><td class="col2">2</td><td class="col3">3</td></tr>'
|
||||
|
||||
Reference in New Issue
Block a user