SquidEpps
Results
2
issues of
SquidEpps
Expected (http://jade-lang.com/reference/attributes) ``` jade div#foo(data-bar="foo")&attributes({'data-foo': 'bar'}) ``` But got this:  Also, as you can see, the rest of the string is not parsed...
# Example ```js /** * install: * yarn add objection knex */ import knex from 'knex'; import { Model } from 'objection'; Model.knex(knex({ client: 'pg' })); class Foo extends Model...