Skip to content

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

@SoshiHomma

Description

@SoshiHomma

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions