Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepalladino-apuliasoft committed Jan 24, 2025
1 parent 2be1fce commit d1da782
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kotlin.test.assertNull
class SymbolTableTest : AbstractTest() {
/**
* In this test we have a Data Structure declared as not `QUALIFIED` by using `EXTNAME` keyword and
* a File to the same resource declared for DS `EXTNAME`. In this case the File fields are removed from parent.
* a File to the same resource declared for DS `EXTNAME`. In this case the File fields are removed from root.
* The purpose of test is to check if DS field is resolved without dot notation and refers to DS, and not to File.
*/
@Test
Expand All @@ -37,8 +37,8 @@ class SymbolTableTest : AbstractTest() {

/**
* In this test we have a Data Structure declared as not `QUALIFIED` and a File.
* In this case the File fields are present on parent.
* The purpose of test is to check File field resolution in right place, that is in parent.
* In this case the File fields are present in root.
* The purpose of test is to check File field resolution in right place, that is in root.
*/
@Test
fun executeST_F_WITH_DS_UNQUALIFIED2() {
Expand Down

0 comments on commit d1da782

Please sign in to comment.