solidity/test/libyul/yulSyntaxTests/objects/data_invalid_hex1.yul
Alex Beregszaszi 291c359ee9 Add more syntax tests for Yul objects
Also move some of them from boost tests.
2020-08-05 21:01:46 +01:00

9 lines
160 B
Plaintext

object "A" {
code {
}
data "1" hex"0"
data "1" hex"wronghexencoding"
}
// ----
// ParserError 2314: (37-41): Expected 'StringLiteral' but got 'ILLEGAL'