Add syntax test for illegal pragma key

This commit is contained in:
Alex Beregszaszi
2018-07-25 11:01:41 +01:00
parent fa68e0019f
commit 49573bad46
@@ -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.