Ticket #1 (assigned defect)

Opened 2 years ago

Last modified 2 years ago

compiler doesn't handle simple command is keyword with no parameters case

Reported by: robinbryce@gmail.com Assigned to: robin (accepted)
Priority: minor Component: freeform
Version: Keywords:
Cc:

Description

compiler tool doesn't handle the case where the command is a single keyword, with no parameters, and that keyword has synonyms. eg., the following breaks

simple: simple,aliasone,aliastwo;

the compiler should generate a match table that matches each of 'simple', 'aliasone', 'aliastwo' to the logical name 'simple'.

Attachments

Change History

07/17/06 17:40:56 changed by robin

  • priority changed from major to minor.
  • status changed from new to assigned.

Add/Change #1 (compiler doesn't handle simple command is keyword with no parameters case)