You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kanji that commonly used "予" would be cause of exception like:
When: Use "予" as a condition: Input Error: Non-special character was escaped (Something like "予定日時" means "Scheduled date")
When: Use just only one letter "予" in if expression: Input Error: Misplaced THEN keyword or missing logical operator: if [予] = "Hoge" then [Foo] = "Bar"
Test code:
予:Hoge
Foo:Bar
if [予] = "Hoge" then [Foo] = "Bar"
Saved text file with ANSI encode, by Windows 10's default notepad
Expected Result
No errors and will get output of test cases.
Actual Result
Got error above.
The text was updated successfully, but these errors were encountered:
Description
The kanji that commonly used "予" would be cause of exception like:
Input Error: Non-special character was escaped
(Something like "予定日時" means "Scheduled date")Input Error: Misplaced THEN keyword or missing logical operator: if [予] = "Hoge" then [Foo] = "Bar"
Test code:
Saved text file with ANSI encode, by Windows 10's default notepad
Expected Result
No errors and will get output of test cases.
Actual Result
Got error above.
The text was updated successfully, but these errors were encountered: