This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
cc0169ad68
solidity
/
test
/
libyul
/
yulSyntaxTests
/
invalid
/
invalid_octal_number.yul
6 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add more syntax tests for Yul
2020-07-30 10:19:08 +00:00
{
let x := 0100
}
// ----
Report illegal tokens in the Yul parser.
2020-12-16 11:17:13 +00:00
// ParserError 1465: (15-16): Illegal token: Octal numbers not allowed.
Reference in New Issue
Copy Permalink