You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
For example, in the code for (let i=0; i < 12; i++ {, Posthtml's parser will break this string up into strings, then putting them into separate elements in the tree.content array.
The hacky solution for now is just to concatenate the tree.content array before doing any other transformation on that node.
There is a regression test in testInjectScripts.js for this on the offending test file.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For example, in the code
for (let i=0; i < 12; i++ {
, Posthtml's parser will break this string up into strings, then putting them into separate elements in thetree.content
array.The hacky solution for now is just to concatenate the
tree.content
array before doing any other transformation on that node.There is a regression test in testInjectScripts.js for this on the offending test file.
The text was updated successfully, but these errors were encountered: