Bug #551
open
Tags are sometimes processed when commented.
Added by Brian Flanagan about 4 years ago.
Updated about 4 years ago.
Description
For example: The following works (and should NOT).
#manifest: "aoz"
'#amigaFont: "news" ' 23
Palette 0,$FFFFFF
Ink 1
Set Font "news",23
Text 0,23,"In the beginning, God created the heavens and the earth."
Using the // or /* */ comments works though.
- Priority changed from Low to High
- Affected version changed from Beta RC3 to Beta 1
NOTE: They are also still processed if the double slash is used without a space before the #
NOTE: The single quote comment will still be processed event if there is a space before the #.
- Subject changed from Tags are processed when commented if single quote comment is used. to Tags are sometimes processed when commented.
Examples:
These commented tags still run, but shouldn't
//#amigaFont: "news"
'#amigaFont: "news"
' #amigaFont: "news"
/*#amigaFont: "news" */
Only these are OK:
// #amigaFont: "news"
/* #amigaFont: "news"
*/
A related error:
/*#amigaFont: "news"
*/
The close comment on the above will cause an error, since the open comment wasn't recognized properly.
- Status changed from New to Resolved
- Assignee set to Francois Lionet
- Target version set to Beta 1
Also available in: Atom
PDF