REBOL3 tracker
  0.9.12 beta
Ticket #0001472 User: anonymous

Project:



rss
TypeBug Statustested Date7-Feb-2010 19:14
Versionalpha 97 CategoryError Handling Submitted bymeijeru
PlatformAll Severitytext Prioritynormal

Summary Wrong error message with $1/$2
Description Bug #1445 was solved but the message is wrong. It should end with "$1/$2", because $1 is VALID money.
Example code
>> $1/$2
** Syntax error: invalid "money" -- "$1"

Assigned ton/a Fixed inalpha 108 Last Update20-Oct-2010 01:38


Comments
(0002610)
BrianH
20-Oct-2010 01:38

Now is this:
>> $1/$2
** Syntax error: invalid "money" -- "$1/"

Date User Field Action Change
20-Oct-2010 01:38 BrianH Status Modified built => tested
20-Oct-2010 01:38 BrianH Comment : 0002610 Added -
22-Sep-2010 05:28 carl Fixedin Modified => alpha 108
22-Sep-2010 05:28 carl Status Modified reviewed => built
7-Feb-2010 21:12 BrianH Code Modified -
7-Feb-2010 21:12 BrianH Severity Modified minor => text
7-Feb-2010 21:12 BrianH Status Modified submitted => reviewed
7-Feb-2010 19:14 meijeru Ticket Added -