add test for pragma version statement
See original GitHub issuepragma solidity ^0.4.0
pragma solidity 0.4.0
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Pragma statements supported by SQLite
The PRAGMA statement is an SQL extension specific to SQLite and used to modify the operation of the SQLite library or to query...
Read more >Testing by Example — Remix - Ethereum IDE 1 documentation
In this example, we test setting & getting variables. Contract/Program to be tested: Simple_storage.sol. pragma solidity ...
Read more >Consider showing a warning when pragma & compiler ...
This can be done simply by checking if the ^ keyword exists in pragma and if it does check whether the version is...
Read more >Pragmas - DuckDB
The PRAGMA statement is an SQL extension adopted by DuckDB from SQLite. PRAGMA statements can be issued in a similar manner to regular...
Read more >warning pragma | Microsoft Learn
Enables selective modification of the behavior of compiler warning messages. Syntax. #pragma warning( warning-specifier : warning-number-list [ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also adding that
pragma
statement should be at the top so therefore changeimport
statement rule as well, which otherwise throws:@elenadimitrova @tymat v0.2.0 solves the problems discussed above. But if something still doesn’t work, please re-open