• For a given input code this takes multiple ASTs depending on the respective normalizer step to run!

    Parameters

    • name: string | TestLabel
    • shell: RShell
    • input: string
    • expected: RExpressionList
    • OptionaluserConfig: Partial<
          TestConfiguration & {
              ignoreAdditionalTokens: boolean;
              ignoreColumns: boolean;
              skipTreeSitter: boolean;
          },
      >

    Returns SuiteCollector<object>

    sameForSteps