REBOL3 tracker
  0.9.12 beta
Ticket #0002138 User: anonymous

Project:

Previous Next
rss
TypeBug Statusreviewed Date22-Mar-2014 14:06
Versionr3 master CategoryParse Submitted byjohnk
PlatformAll Severityminor Prioritynormal

Summary PARSE string using tag! doesn't consider the < and > when used with to block!
Description This seems to be related to #682
Example code
parse "test<a>" [ copy content to [<a>] (print content)]
test<
== false

should return
test
== false

Assigned ton/a Fixed in- Last Update22-Jun-2014 03:25


Comments
(0004373)
giuliolunati
23-Mar-2014 13:28

Fix submitted (PR #213)

Date User Field Action Change
22-Jun-2014 03:25 BrianH Description Modified -
22-Jun-2014 03:25 BrianH Code Modified -
22-Jun-2014 03:25 BrianH Category Modified Unspecified => Parse
22-Jun-2014 03:25 BrianH Status Modified submitted => reviewed
23-Mar-2014 13:28 giuliolunati Comment : 0004373 Added -
22-Mar-2014 14:06 johnk Ticket Added -