mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 06:20:38 -07:00
BREAKING CHANGE: trim_value_* -> trim_output_*
This commit is contained in:
@@ -173,7 +173,7 @@ describe('scope', function () {
|
||||
beforeEach(function () {
|
||||
scope = new Scope(ctx, {
|
||||
strict_variables: true
|
||||
})
|
||||
} as any)
|
||||
})
|
||||
it('should throw when variable not defined', function () {
|
||||
function fn () {
|
||||
|
||||
Reference in New Issue
Block a user