Skip to content

Commit

Permalink
test: Verify variable name with "in"
Browse files Browse the repository at this point in the history
Add a test case to verify that a variable name can start with "in" followed by a number.
  • Loading branch information
saig0 committed Aug 27, 2024
1 parent bacccea commit 91fc30d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@ class InterpreterExpressionTest
"inside",
"durationX",
"dateX",
"timeX"
"timeX",
"inX",
"in1"
).foreach { variableName =>
it should s"contain a key-word ($variableName)" in {

Expand Down

0 comments on commit 91fc30d

Please sign in to comment.