mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
fix: for tag not respecting Drop#valueOf(), fixes #515
This commit is contained in:
@@ -324,8 +324,7 @@ describe('tags/for', function () {
|
||||
yield 'b'
|
||||
yield 'c'
|
||||
}
|
||||
|
||||
public valueOf (): string {
|
||||
toString () {
|
||||
return 'MockIterableDrop'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user