BREAKING CHANGE: trim_value_* -> trim_output_*

This commit is contained in:
harttle
2019-02-21 01:07:32 +08:00
parent d7d00421e2
commit 3dbab238ae
8 changed files with 53 additions and 34 deletions
+1 -1
View File
@@ -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 () {