PennMUSH Community

Ticket #7626 (new incoming)

Opened 3 months ago

@edit improper behavior with paren insearch string

Reported by: dbwiddis Assigned to:
Priority: minor Milestone:
Keywords: Cc:
Visibility: Public

Description

th version()

PennMUSH version 1.8.2 patchlevel 8 [01/01/2008]

&foo me=This is a test. add(1,1) equals 2.

Minuet/FOO - Set.

@edit me/foo={add(1},{add(2}

FOO - Set: This is a test. add(1,1) equals 2.

@edit me/foo={add(1,1)},{add(2,1)}

FOO - Set: This is a test. add(2,1) equals 2.