Skip to content

Commit

Permalink
Rename test for #1
Browse files Browse the repository at this point in the history
  • Loading branch information
FourteenBrush committed Jun 13, 2024
1 parent 6275c7f commit bfd944c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void testThrowingExpressions() {
}

@Test // was an issue in #1
void reproduce() {
void maintainNodeSubtreeWhenPromotingCommonParent() {
ExecutionEnv env = ExecutionEnv.empty();
env.insertVariable("xy", 1);
env.insertVariable("x", 2);
Expand All @@ -73,7 +73,7 @@ void testIdentifierValidChars() {
assertThatThrownBy(() -> ExpressionParser.parse("a_00__1____", env)).isInstanceOf(SyntaxException.class);

String[] identifiers = {
"aa", "lA", "z_", "z9" ,
"aa", "lA", "z_", "z9",
"u0pz","zAA", "zZ_", "_E01",
"__z", "_UXs", "___Az0", "_01_9z",
"i", "z", "_", "e0", "t", "__", "_0"
Expand Down

0 comments on commit bfd944c

Please sign in to comment.