mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #10618 from ethereum/develop
Merge develop into breaking.
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
let x := 0100
|
||||
}
|
||||
// ----
|
||||
// ParserError 1856: (15-16): Literal or identifier expected.
|
||||
// ParserError 1465: (15-16): Illegal token: Octal numbers not allowed.
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
// pop 1
|
||||
// underflow
|
||||
}
|
||||
// ----
|
||||
// ParserError 1465: (19-32): Illegal token: Unicode direction override underflow in comment or string literal.
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
// pop 1
|
||||
let s := unicode"underflow ";
|
||||
}
|
||||
// ----
|
||||
// ParserError 1465: (35-47): Illegal token: Invalid character in string.
|
||||
Reference in New Issue
Block a user