Bug #551
Tags are sometimes processed when commented.
Start date:
10/21/2020
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
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.
Updated by Brian Flanagan over 2 years ago
- 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 #.
Updated by Brian Flanagan over 2 years ago
- 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.
Updated by Francois Lionet over 2 years ago
- Status changed from New to Resolved
- Assignee set to Francois Lionet
- Target version set to Beta 1
Fixed!