Skip to content

Wrong error message (error code TYPO) #43

Description

@sm8ps

tpParser/shared/src/test/programs/erroneous/functions_01.txt contains

      1 # 1
      2 # TYPO
      3 def some_f(x);
      4     print(x)
      5 
      6 some_f(12)

With that code TPyParser.checkSyntax().msg reads
There seems to be a typo here: ':' should probably be ';'.
which should be just the other way around.

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