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
$ cd /tmp
$ unzip ~/Downloads/tfspace.zip
$ $ tf-inject --keep -f html < /tmp/tfspace/repro
a<embed>e</embed>
$ cat /tmp/tfspace/repro
[transfuse:\/tmp\/tfspace\/repro.d]
[tf-block:1-j7FMRw]
a .[]
[tf-block:2-y6Sc6A]
e
.[]
The spaces survived the regular pipeline, but were then removed by tf-inject. (I notice if I delete the NUL's before passing on to tf-inject, the spaces are retained (or actually copy-paste from terminal and not notice that there are in fact NUL's :)).)
expected:
(or maybe
To <embed/> And
)Full example was something like
The text was updated successfully, but these errors were encountered: