REBOL3 tracker
  0.9.12 beta
Ticket #0002216 User: anonymous

Project:

Previous Next
rss
TypeBug Statusreviewed Date7-Apr-2015 16:42
Versionr3 master CategoryNative Submitted byrebolek
PlatformAll Severitymajor Prioritynormal

Summary ENTAB strips first character from line
Description ENTAB does no conversion of spaces to tabs, it just removes first character on every line with the exception of the first line.
Example code
>> entab {first line^/second line^/    third line}                
== "first line^/econd line^/   third line"

Assigned ton/a Fixed in- Last Update13-May-2015 06:24


Comments

Date User Field Action Change
13-May-2015 06:24 abolka Code Modified -
13-May-2015 06:24 abolka Status Modified submitted => reviewed
7-Apr-2015 16:42 rebolek Ticket Added -