mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 15:00:42 -07:00
style: fix code style
This commit is contained in:
@@ -4,7 +4,9 @@ import { Liquid } from '../../../src/liquid'
|
||||
|
||||
describe('filters/html', function () {
|
||||
let liquid: Liquid
|
||||
beforeEach(() => liquid = new Liquid())
|
||||
beforeEach(() => {
|
||||
liquid = new Liquid()
|
||||
})
|
||||
describe('escape', function () {
|
||||
it('should escape \' and &', function () {
|
||||
return test('{{ "Have you read \'James & the Giant Peach\'?" | escape }}',
|
||||
|
||||
Reference in New Issue
Block a user