if you define a keyword with a string that contains two "/", all characters in string after two "/" are interpreted as comment
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Operating System Version
- 1709
- Category
- Scripting
Steps To Reproduce
- Define a keyword with a string that contains "//"
#define TOBII_DEVICE_URL "tobii-ttp://IS404-100107428543"
- Use defined keyword in file
private _tobiiDeviceURL = TOBII_DEVICE_URL;
- Load file using preprocessorFile(LineNumbers) command
private _tobiiDeviceURL = "tobii-ttp:;
Additional Information
Preprocessor must ignore comments in strings defined by #define, like a normal C-preprocessor