Opened 16 years ago
Closed 16 years ago
#661 closed defect (fixed)
#Embed fails when is the last item of a list
Reported by: | Víctor de Buen Remiro | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | Using OOP in BSR |
Component: | Kernel | Version: | 2.0.1 |
Severity: | blocker | Keywords: | Embed, parser |
Cc: |
Description
This TOL code
Set aux = [[ #Embed "file.1.tol"; #Embed "file.2.tol" ]];
returns this parser error message
ERROR: [1] Símbolo separador ; fuera de lugar.
but this other works fine
Set aux = [[ #Embed "file.1.tol"; #Embed "file.2.tol"; Real a = 0 ]];
Change History (2)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [819]) Fixes #661