Skip to content

Files

Latest commit

 

History

History
25 lines (15 loc) · 453 Bytes

File metadata and controls

25 lines (15 loc) · 453 Bytes

Pattern: SyntaxError

Issue: -

Description

E999 is reported in the case of failure to compile a file into an Abstract Syntax Tree for the plugins that require it.

Example

Running the following statement would report an E999 error.

print("Hello world)

Output

E999 SyntaxError: EOL while scanning string literal

Further Reading