Skip to content

Commit 568e875

Browse files
Copilotjaccz
andcommitted
Add test cases for Japanese Kanji and special characters
Co-authored-by: jaccz <[email protected]>
1 parent 51fe954 commit 568e875

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

test/japanese_kanji.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
予定日時:Scheduled,NotScheduled
2+
Foo:Bar,Baz
3+
4+
# Testing Japanese Kanji characters in parameter names and constraints
5+
if [予定日時] = "Scheduled" then [Foo] = "Bar";

test/special_chars.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Param:Value1,Value2
2+
Param2:Val\"1,Val2
3+
4+
# Testing quotes and backslashes in strings
5+
if [Param] = "Value1" then [Param2] = "Val\"1";

0 commit comments

Comments
 (0)