Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Bug! Rebol's parsing of urls is incorrect.

From: al:bri:xtra at: 10-Feb-2001 12:16

Rebol also has a problem with parsing urls:
>> type? http://www.rebol.com!
== url!
>> type? http://www.rebol.com.
== url!
>> type? http://www.rebol.com?
== url!
>> type? http://www.rebol.com,
== url! My email client correctly leaves out the exclamation mark "!", period ".", question mark "?" and comma "," but Rebol treats all of them as part of the URL, which is clearly incorrect. Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/