Skip to content

Implement AST Equality Test Coverage #6

@martindevans

Description

@martindevans

AST equality allows you to test where two syntax trees are the same with:

var a = TestExecutor.Parse("program");
var b = TestExecutor.Parse("program");

Assert.isTrue(a.Equals(b));

This needs testing for every ast sub type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions