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
This issue is not relevant in Penn as its parser strips out all linefeed data. On Rhost the issue is presented when you use regexp to split/remove a carriage return, but the linefeed is still present. This is an issue of Rhost separating CRLF and potato not being able to handle it.
A good example to reproduce this is... @emit Test[mid(%r,0,1)]Test2 - LF @emit Test[mid(%r,1,1)]Test2 - CR
Using the code you provided me earlier...
/eval [winover] dump "sel.first -1 line linestart" "sel.last +1 line lineend"
Return (630): tagon margins 1002.0 text {Ashen-Shugar types -=> @emit Test[mid(%r,0,1)]Test2} 1002.0 tagoff margins 1002.51 tagon timestamp 1002.51 text 1532313947 1002.51 tagoff timestamp 1002.61 text { } 1002.61 tagon sel 1003.0 mark insert 1003.0 tagon margins 1003.0 text {Test Test2} 1003.0 tagoff margins 1003.10 tagon timestamp 1003.10 text 1532313948 1003.10 tagoff timestamp 1003.20 tagoff sel 1003.20 mark tk::anchor10 1003.20 text { } 1003.20 tagon margins 1004.0 text Ashen 1004.0 mark current 1004.5 text {-Shugar types -=> @emit Test[mid(%r,1,1)]Test2} 1004.5 tagoff margins 1004.51 tagon timestamp 1004.51 text 1532313951 1004.51
The text was updated successfully, but these errors were encountered:
This issue is not relevant in Penn as its parser strips out all linefeed data. On Rhost the issue is presented when you use regexp to split/remove a carriage return, but the linefeed is still present. This is an issue of Rhost separating CRLF and potato not being able to handle it.
A good example to reproduce this is...
@emit Test[mid(%r,0,1)]Test2 - LF
@emit Test[mid(%r,1,1)]Test2 - CR
Using the code you provided me earlier...
/eval [winover] dump "sel.first -1 line linestart" "sel.last +1 line lineend"
Return (630): tagon margins 1002.0 text {Ashen-Shugar types -=> @emit Test[mid(%r,0,1)]Test2} 1002.0 tagoff margins 1002.51 tagon timestamp 1002.51 text 1532313947 1002.51 tagoff timestamp 1002.61 text { } 1002.61 tagon sel 1003.0 mark insert 1003.0 tagon margins 1003.0 text {Test Test2} 1003.0 tagoff margins 1003.10 tagon timestamp 1003.10 text 1532313948 1003.10 tagoff timestamp 1003.20 tagoff sel 1003.20 mark tk::anchor10 1003.20 text { } 1003.20 tagon margins 1004.0 text Ashen 1004.0 mark current 1004.5 text {-Shugar types -=> @emit Test[mid(%r,1,1)]Test2} 1004.5 tagoff margins 1004.51 tagon timestamp 1004.51 text 1532313951 1004.51
The text was updated successfully, but these errors were encountered: