# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #29891]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=29891 >


bash-2.05a$ cat a.imc
.include "b.imc"
bash-2.05a$ cat b.imc
.sub _m
  print "eek\n"
bash-2.05a$ ./parrot a.imc 
error:imcc:parse error, unexpected $end, expecting '\n'

in file 'a.imc' line 2

, Whereas:

bash-2.05a$ ./parrot b.imc 
error:imcc:parse error, unexpected $end, expecting '\n'

in file 'b.imc' line 3

I'd expect to get the same error in both cases. (with an additional "included from 
'a.imc' on the initial trace.)

Reply via email to