mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 23:52:02 +03:00
updated tests
This commit is contained in:
parent
39ea7a3ceb
commit
9afee5e328
@ -287,25 +287,3 @@ outputs:
|
||||
col_stop: 10
|
||||
path: ""
|
||||
content: "x[x].0[x]"
|
||||
- Access:
|
||||
Array:
|
||||
array:
|
||||
Identifier: "{\"name\":\"x\",\"span\":\"{\\\"line_start\\\":1,\\\"line_stop\\\":1,\\\"col_start\\\":1,\\\"col_stop\\\":2,\\\"path\\\":\\\"\\\",\\\"content\\\":\\\"x[0xb1]\\\"}\"}"
|
||||
index:
|
||||
Value:
|
||||
Implicit:
|
||||
- "0xb1"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 3
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: "x[0xb1]"
|
||||
span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 8
|
||||
path: ""
|
||||
content: "x[0xb1]"
|
||||
|
@ -127,39 +127,6 @@ outputs:
|
||||
col_stop: 10
|
||||
path: ""
|
||||
content: "x[0..100]"
|
||||
- Access:
|
||||
ArrayRange:
|
||||
array:
|
||||
Identifier: "{\"name\":\"x\",\"span\":\"{\\\"line_start\\\":1,\\\"line_stop\\\":1,\\\"col_start\\\":1,\\\"col_stop\\\":2,\\\"path\\\":\\\"\\\",\\\"content\\\":\\\"x[0xb1..0xb3]\\\"}\"}"
|
||||
left:
|
||||
Value:
|
||||
Implicit:
|
||||
- "0xb1"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 3
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: "x[0xb1..0xb3]"
|
||||
right:
|
||||
Value:
|
||||
Implicit:
|
||||
- "0xb3"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 9
|
||||
col_stop: 13
|
||||
path: ""
|
||||
content: "x[0xb1..0xb3]"
|
||||
span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 14
|
||||
path: ""
|
||||
content: "x[0xb1..0xb3]"
|
||||
- Access:
|
||||
Array:
|
||||
array:
|
||||
|
@ -116,16 +116,3 @@ outputs:
|
||||
col_stop: 6
|
||||
path: ""
|
||||
content: x.2.2
|
||||
- Access:
|
||||
Tuple:
|
||||
tuple:
|
||||
Identifier: "{\"name\":\"x\",\"span\":\"{\\\"line_start\\\":1,\\\"line_stop\\\":1,\\\"col_start\\\":1,\\\"col_stop\\\":2,\\\"path\\\":\\\"\\\",\\\"content\\\":\\\"x.0x1\\\"}\"}"
|
||||
index:
|
||||
value: "0x1"
|
||||
span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 6
|
||||
path: ""
|
||||
content: x.0x1
|
||||
|
@ -2,14 +2,14 @@
|
||||
namespace: ParseExpression
|
||||
expectation: Fail
|
||||
outputs:
|
||||
- "Error [EPAR0370031]: Block comment does not close with content: /*."
|
||||
- "Error [EPAR0370031]: Block comment does not close with content: /* test."
|
||||
- "Error [EPAR0370031]: Block comment does not close with content: `/*`."
|
||||
- "Error [EPAR0370031]: Block comment does not close with content: `/* test`."
|
||||
- "Error [EPAR0370009]: unexpected string: expected 'expression', got '/'\n --> test:1:1\n |\n 1 | / /\n | ^"
|
||||
- "Error [EPAR0370031]: Block comment does not close with content: /*/."
|
||||
- "Error [EPAR0370031]: Block comment does not close with content: `/*/`."
|
||||
- "Error [EPAR0370009]: unexpected string: expected 'expression', got '*'\n --> test:1:1\n |\n 1 | */\n | ^"
|
||||
- "Error [EPAR0370032]: Could not lex the following content: 🦀**/."
|
||||
- "Error [EPAR0370032]: Could not lex the following content: 🦀*/."
|
||||
- "Error [EPAR0370031]: Block comment does not close with content: /*🦀/."
|
||||
- "Error [EPAR0370031]: Block comment does not close with content: /**🦀."
|
||||
- "Error [EPAR0370031]: Block comment does not close with content: /*🦀."
|
||||
- "Error [EPAR0370031]: Block comment does not close with content: /*/*."
|
||||
- "Error [EPAR0370032]: Could not lex the following content: `🦀**/`."
|
||||
- "Error [EPAR0370032]: Could not lex the following content: `🦀*/`."
|
||||
- "Error [EPAR0370031]: Block comment does not close with content: `/*🦀/`."
|
||||
- "Error [EPAR0370031]: Block comment does not close with content: `/**🦀`."
|
||||
- "Error [EPAR0370031]: Block comment does not close with content: `/*🦀`."
|
||||
- "Error [EPAR0370031]: Block comment does not close with content: `/*/*`."
|
||||
|
@ -691,17 +691,6 @@ outputs:
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: 1group
|
||||
- Value:
|
||||
Group:
|
||||
Single:
|
||||
- "0xb"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 9
|
||||
path: ""
|
||||
content: "0xbgroup"
|
||||
- Unary:
|
||||
inner:
|
||||
Value:
|
||||
|
@ -7,7 +7,6 @@ outputs:
|
||||
- "'123' @ 1:1-4"
|
||||
- "'456' @ 1:1-4"
|
||||
- "'123' @ 1:1-4,'456' @ 1:5-8"
|
||||
- "'0x1b' @ 1:1-5"
|
||||
- "'87377802873778028737780287377802873778028737780287377802873778028737780287377802' @ 1:1-81"
|
||||
- "'8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802' @ 1:1-401"
|
||||
- "'340130024' @ 1:1-10"
|
||||
|
@ -34,17 +34,6 @@ outputs:
|
||||
col_stop: 8
|
||||
path: ""
|
||||
content: 456i128
|
||||
- Value:
|
||||
Integer:
|
||||
- I128
|
||||
- "0xb"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 8
|
||||
path: ""
|
||||
content: "0xbi128"
|
||||
- Value:
|
||||
Integer:
|
||||
- I128
|
||||
|
@ -34,17 +34,6 @@ outputs:
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: 456i16
|
||||
- Value:
|
||||
Integer:
|
||||
- I16
|
||||
- "0xb"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: "0xbi16"
|
||||
- Value:
|
||||
Integer:
|
||||
- I16
|
||||
|
@ -34,17 +34,6 @@ outputs:
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: 456i32
|
||||
- Value:
|
||||
Integer:
|
||||
- I32
|
||||
- "0xb"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: "0xbi32"
|
||||
- Value:
|
||||
Integer:
|
||||
- I32
|
||||
|
@ -34,17 +34,6 @@ outputs:
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: 456i64
|
||||
- Value:
|
||||
Integer:
|
||||
- I64
|
||||
- "0xb"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: "0xbi64"
|
||||
- Value:
|
||||
Integer:
|
||||
- I64
|
||||
|
@ -34,17 +34,6 @@ outputs:
|
||||
col_stop: 6
|
||||
path: ""
|
||||
content: 456i8
|
||||
- Value:
|
||||
Integer:
|
||||
- I8
|
||||
- "0xb"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 6
|
||||
path: ""
|
||||
content: "0xbi8"
|
||||
- Value:
|
||||
Integer:
|
||||
- I8
|
||||
|
@ -32,16 +32,6 @@ outputs:
|
||||
col_stop: 4
|
||||
path: ""
|
||||
content: "456"
|
||||
- Value:
|
||||
Implicit:
|
||||
- "0xb"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 4
|
||||
path: ""
|
||||
content: "0xb"
|
||||
- Value:
|
||||
Implicit:
|
||||
- "87377802873778028737780287377802873778028737780287377802873778028737780287377802"
|
||||
|
@ -34,17 +34,6 @@ outputs:
|
||||
col_stop: 9
|
||||
path: ""
|
||||
content: 456group
|
||||
- Value:
|
||||
Group:
|
||||
Single:
|
||||
- "0xb"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 9
|
||||
path: ""
|
||||
content: "0xbgroup"
|
||||
- Value:
|
||||
Group:
|
||||
Single:
|
||||
|
@ -34,17 +34,6 @@ outputs:
|
||||
col_stop: 8
|
||||
path: ""
|
||||
content: 456u128
|
||||
- Value:
|
||||
Integer:
|
||||
- U128
|
||||
- "0xb"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 8
|
||||
path: ""
|
||||
content: "0xbu128"
|
||||
- Value:
|
||||
Integer:
|
||||
- U128
|
||||
|
@ -34,17 +34,6 @@ outputs:
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: 456u16
|
||||
- Value:
|
||||
Integer:
|
||||
- U16
|
||||
- "0xb"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: "0xbu16"
|
||||
- Value:
|
||||
Integer:
|
||||
- U16
|
||||
|
@ -34,17 +34,6 @@ outputs:
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: 456u32
|
||||
- Value:
|
||||
Integer:
|
||||
- U32
|
||||
- "0xb"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: "0xbu32"
|
||||
- Value:
|
||||
Integer:
|
||||
- U32
|
||||
|
@ -34,17 +34,6 @@ outputs:
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: 456u32
|
||||
- Value:
|
||||
Integer:
|
||||
- U64
|
||||
- "0xb"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: "0xbu64"
|
||||
- Value:
|
||||
Integer:
|
||||
- U32
|
||||
|
@ -34,17 +34,6 @@ outputs:
|
||||
col_stop: 6
|
||||
path: ""
|
||||
content: 456u8
|
||||
- Value:
|
||||
Integer:
|
||||
- U8
|
||||
- "0xb"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 6
|
||||
path: ""
|
||||
content: "0xbu8"
|
||||
- Value:
|
||||
Integer:
|
||||
- U8
|
||||
|
@ -4,6 +4,7 @@ expectation: Fail
|
||||
outputs:
|
||||
- "Error [EPAR0370027]: Expected a closed string but found `\"Hello world!`."
|
||||
- "Error [EPAR0370027]: Expected a closed string but found `\"\\\"`."
|
||||
- "Error [EPAR0370027]: Expected a closed string but found `\"\\`."
|
||||
- "Error [EPAR0370026]: Expected a valid escape character but found `l`."
|
||||
- "Error [EPAR0370027]: Expected a closed string but found `\"\\uaaa\"`."
|
||||
- "Error [EPAR0370027]: Expected a closed string but found `\"\\u\"`."
|
||||
|
@ -143,24 +143,3 @@ outputs:
|
||||
col_stop: 5
|
||||
path: ""
|
||||
content: "-5i8"
|
||||
- Value:
|
||||
Implicit:
|
||||
- "-0xb"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 5
|
||||
path: ""
|
||||
content: "-0xb"
|
||||
- Value:
|
||||
Integer:
|
||||
- U8
|
||||
- "-0xb"
|
||||
- span:
|
||||
line_start: 1
|
||||
line_stop: 1
|
||||
col_start: 1
|
||||
col_stop: 7
|
||||
path: ""
|
||||
content: "-0xbu8"
|
||||
|
@ -2,4 +2,4 @@
|
||||
namespace: Parse
|
||||
expectation: Fail
|
||||
outputs:
|
||||
- "Error [EPAR0370032]: Could not lex the following content: \\."
|
||||
- "Error [EPAR0370032]: Could not lex the following content: `\\`."
|
||||
|
@ -15,4 +15,4 @@ outputs:
|
||||
- "Error [EPAR0370011]: invalid assignment target\n --> test:1:1\n |\n 1 | x {x: y, y: z} = y;\n | ^^^^^^^^^^^^^^"
|
||||
- "Error [EPAR0370011]: invalid assignment target\n --> test:1:1\n |\n 1 | x() = y;\n | ^^^"
|
||||
- "Error [EPAR0370011]: invalid assignment target\n --> test:1:1\n |\n 1 | x.y() = y;\n | ^^^^^"
|
||||
- "Error [EPAR0370032]: Could not lex the following content: 🦀 = y;."
|
||||
- "Error [EPAR0370032]: Could not lex the following content: `🦀 = y;`."
|
||||
|
@ -43,4 +43,4 @@ outputs:
|
||||
- "Error [EPAR0370003]: unexpected EOF\n --> test:1:11\n |\n 1 | let x: [u8;\n | ^"
|
||||
- "Error [EPAR0370005]: expected ] -- got 'u8'\n --> test:1:14\n |\n 1 | let x: [u8; 1u8] = [1,\n | ^^"
|
||||
- "Error [EPAR0370009]: unexpected string: expected 'expression', got ']'\n --> test:1:15\n |\n 1 | let dbg: u8 = ];\n | ^"
|
||||
- "Error [EPAR0370032]: Could not lex the following content: 🦀: u8 = 0;."
|
||||
- "Error [EPAR0370032]: Could not lex the following content: `🦀: u8 = 0;`."
|
||||
|
@ -4,7 +4,7 @@ expectation: Fail
|
||||
outputs:
|
||||
- "Error [EPAR0370009]: unexpected string: expected 'expression', got ']'\n --> test:1:2\n |\n 1 | (];\n | ^"
|
||||
- "Error [EPAR0370009]: unexpected string: expected 'expression', got ')'\n --> test:1:2\n |\n 1 | [);\n | ^"
|
||||
- "Error [EPAR0370032]: Could not lex the following content: \\y;."
|
||||
- "Error [EPAR0370032]: Could not lex the following content: |;."
|
||||
- "Error [EPAR0370032]: Could not lex the following content: `\\y;`."
|
||||
- "Error [EPAR0370032]: Could not lex the following content: `|;`."
|
||||
- "Error [EPAR0370009]: unexpected string: expected 'expression', got '}'\n --> test:1:3\n |\n 1 | x[};\n | ^"
|
||||
- "Error [EPAR0370005]: expected ) -- got ']'\n --> test:1:6\n |\n 1 | (x, y];\n | ^"
|
||||
|
@ -11,5 +11,4 @@ x[x][y][z]
|
||||
x[0]()
|
||||
x()[0]
|
||||
x(y)::y(x)
|
||||
x[x].0[x]
|
||||
x[0xb1]
|
||||
x[x].0[x]
|
@ -8,8 +8,6 @@ x[1..]
|
||||
x[..1]
|
||||
x[1..1]
|
||||
x[0..100]
|
||||
x[0xb1..0xb3]
|
||||
|
||||
|
||||
x[323452345.2345234523453453][323452345.2345234523453453]
|
||||
|
||||
|
@ -8,5 +8,4 @@ x.1
|
||||
x.2
|
||||
x.0.0
|
||||
x.1.1
|
||||
x.2.2
|
||||
x.0x1
|
||||
x.2.2
|
@ -69,6 +69,4 @@ expectation: Pass
|
||||
|
||||
1group
|
||||
|
||||
0xbgroup
|
||||
|
||||
-1group
|
@ -12,8 +12,6 @@ expectation: Pass
|
||||
|
||||
123 456
|
||||
|
||||
0x1b
|
||||
|
||||
87377802873778028737780287377802873778028737780287377802873778028737780287377802
|
||||
|
||||
8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802
|
||||
|
@ -8,8 +8,6 @@ expectation: Pass
|
||||
123
|
||||
456i128
|
||||
|
||||
0xbi128
|
||||
|
||||
87377802873778028737780287377802873778028737780287377802873778028737780287377802i128
|
||||
|
||||
8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802i128
|
||||
|
@ -8,8 +8,6 @@ expectation: Pass
|
||||
123
|
||||
456i16
|
||||
|
||||
0xbi16
|
||||
|
||||
87377802873778028737780287377802873778028737780287377802873778028737780287377802i16
|
||||
|
||||
8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802i16
|
||||
|
@ -8,8 +8,6 @@ expectation: Pass
|
||||
123
|
||||
456i32
|
||||
|
||||
0xbi32
|
||||
|
||||
87377802873778028737780287377802873778028737780287377802873778028737780287377802i32
|
||||
|
||||
8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802i32
|
||||
|
@ -8,8 +8,6 @@ expectation: Pass
|
||||
123
|
||||
456i64
|
||||
|
||||
0xbi64
|
||||
|
||||
87377802873778028737780287377802873778028737780287377802873778028737780287377802i64
|
||||
|
||||
8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802i64
|
||||
|
@ -8,8 +8,6 @@ expectation: Pass
|
||||
123
|
||||
456i8
|
||||
|
||||
0xbi8
|
||||
|
||||
87377802873778028737780287377802873778028737780287377802873778028737780287377802i8
|
||||
|
||||
8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802i8
|
||||
|
@ -8,8 +8,6 @@ expectation: Pass
|
||||
123
|
||||
456
|
||||
|
||||
0xb
|
||||
|
||||
87377802873778028737780287377802873778028737780287377802873778028737780287377802
|
||||
|
||||
8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802
|
||||
|
@ -8,8 +8,6 @@ expectation: Pass
|
||||
123
|
||||
456group
|
||||
|
||||
0xbgroup
|
||||
|
||||
87377802873778028737780287377802873778028737780287377802873778028737780287377802group
|
||||
|
||||
8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802group
|
||||
|
@ -8,8 +8,6 @@ expectation: Pass
|
||||
123
|
||||
456u128
|
||||
|
||||
0xbu128
|
||||
|
||||
87377802873778028737780287377802873778028737780287377802873778028737780287377802u128
|
||||
|
||||
8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802u128
|
||||
|
@ -8,8 +8,6 @@ expectation: Pass
|
||||
123
|
||||
456u16
|
||||
|
||||
0xbu16
|
||||
|
||||
87377802873778028737780287377802873778028737780287377802873778028737780287377802u16
|
||||
|
||||
8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802u16
|
||||
|
@ -8,8 +8,6 @@ expectation: Pass
|
||||
123
|
||||
456u32
|
||||
|
||||
0xbu32
|
||||
|
||||
87377802873778028737780287377802873778028737780287377802873778028737780287377802u32
|
||||
|
||||
8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802u32
|
||||
|
@ -8,8 +8,6 @@ expectation: Pass
|
||||
123
|
||||
456u32
|
||||
|
||||
0xbu64
|
||||
|
||||
87377802873778028737780287377802873778028737780287377802873778028737780287377802u32
|
||||
|
||||
8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802u32
|
||||
|
@ -8,8 +8,6 @@ expectation: Pass
|
||||
123
|
||||
456u8
|
||||
|
||||
0xbu8
|
||||
|
||||
87377802873778028737780287377802873778028737780287377802873778028737780287377802u8
|
||||
|
||||
8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802u8
|
||||
|
@ -11,7 +11,4 @@ expectation: Pass
|
||||
-!x
|
||||
|
||||
-5
|
||||
-5i8
|
||||
|
||||
-0xb
|
||||
-0xbu8
|
||||
-5i8
|
Loading…
Reference in New Issue
Block a user