Skip to content

All unit tests must pass in strict mode #891

Description

@stleary

The unit tests should yield the same result for default and strict mode parsing.
Tests may fail for the following reasons:

  • The test data inadvertently does not include double quotes around some string values. These should be fixed.
  • The test is specifically intended to test the parsing of unquoted chars. These should be omitted from the strict mode test run.
  • The test has specific conditions (e.g. working with unquoted strings for CDL or XML testing) that are impacted by the strict mode parser changes.

The unit tests will be updated as a separate issue from #887 and #888. After merging the unit test fixes, the review of strict mode may continue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions