Add syntax test for illegal pragma key

This commit is contained in:
Alex Beregszaszi 2018-07-24 20:18:34 +01:00
parent fa68e0019f
commit 49573bad46

View File

@ -0,0 +1,4 @@
pragma ``;
// ----
// ParserError: (7-8): Token incompatible with Solidity parser as part of pragma directive.
// ParserError: (8-9): Token incompatible with Solidity parser as part of pragma directive.