Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Japanes Kanji "予" would be cause of exception in if expression #74

Open
SoshiHomma opened this issue Nov 18, 2021 · 0 comments
Open

Comments

@SoshiHomma
Copy link

SoshiHomma commented Nov 18, 2021

Description

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant