We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there! I'm facing the following error. Is there any solution, please? Thank you
SyntaxError: Expected "A", "B", "C", "D", "F", "G", "H", "I", "J", "K", "L", "M", "P", "Q", "R", "S", "T", "X", "Y", "Z", [.], [0-9] or end of input but "E" found.] { expected: [ { type: 'literal', value: 'A', description: '"A"' }, { type: 'literal', value: 'B', description: '"B"' }, { type: 'literal', value: 'C', description: '"C"' }, { type: 'literal', value: 'D', description: '"D"' }, { type: 'literal', value: 'F', description: '"F"' }, { type: 'literal', value: 'G', description: '"G"' }, { type: 'literal', value: 'H', description: '"H"' }, { type: 'literal', value: 'I', description: '"I"' }, { type: 'literal', value: 'J', description: '"J"' }, { type: 'literal', value: 'K', description: '"K"' }, { type: 'literal', value: 'L', description: '"L"' }, { type: 'literal', value: 'M', description: '"M"' }, { type: 'literal', value: 'P', description: '"P"' }, { type: 'literal', value: 'Q', description: '"Q"' }, { type: 'literal', value: 'R', description: '"R"' }, { type: 'literal', value: 'S', description: '"S"' }, { type: 'literal', value: 'T', description: '"T"' }, { type: 'literal', value: 'X', description: '"X"' }, { type: 'literal', value: 'Y', description: '"Y"' }, { type: 'literal', value: 'Z', description: '"Z"' }, { type: 'class', value: '[.]', description: '[.]' }, { type: 'class', value: '[0-9]', description: '[0-9]' }, { type: 'end', description: 'end of input' } ], found: 'E', offset: 3, line: 1, column: 4 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey there! I'm facing the following error.
Is there any solution, please? Thank you
The text was updated successfully, but these errors were encountered: