Testing changes from issue #1028 (conditionals with ../) #1800
Unanswered
martiniert
asked this question in
Q&A
Replies: 1 comment
-
I'm afraid you have to write tests for your application in order to find out about broken templates after upgrading to v4. Another possibility would be to use a custom version of handlebars.js v4, where you would insert |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I'm still using old handlebars version 3.0.0 because I've got a huge project with over 700 instances of "../".
In handlebars 4.0.0, the issue #1028 was fixed, therefore all instances of ../ within conditionals need to be retested.
Is there a another way to test the behaviour of the conditional context switches then just clicking through the whole project by hand?
Is is possible to give a console warning where the ../ now behaves differently than before?
Beta Was this translation helpful? Give feedback.
All reactions