Skip to content

Multiline parsing error #336

Description

@chuacw

The ParserDemo fails to parse the following multiline file, but works with the multiline.pas in the Snippets directory.

unit ParserConstIssue;

interface

type
  TSomeType = (dt1, dt2);

const
//  CSomeText: array[TSomeType] of string = (
//'''
//A very long message
//''',
//
//'''
//Another long message
//'''
//  );

  CSomeText = '''
Hello world;
''';

implementation

end.

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