Extract yul syntax tests: switch statement

This commit is contained in:
Christian Parpart
2020-10-14 11:39:10 +02:00
parent c63265ff03
commit b1b2d3ef62
7 changed files with 51 additions and 18 deletions
@@ -0,0 +1,9 @@
{
let x:u256
switch x
case "012345678901234567890123456789012":u256 {}
}
// ====
// dialect: evmTyped
// ----
// TypeError 3069: (30-70): String literal too long (33 > 32)