mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-24 10:01:40 +03:00
Merge pull request #1813 from AleoHQ/move-field-test
[tests] Move failing test to new fail.
This commit is contained in:
commit
98cd7e91aa
@ -20,7 +20,6 @@ outputs:
|
|||||||
- span:
|
- span:
|
||||||
lo: 0
|
lo: 0
|
||||||
hi: 8
|
hi: 8
|
||||||
- ""
|
|
||||||
- Value:
|
- Value:
|
||||||
Field:
|
Field:
|
||||||
- "87377802873778028737780287377802873778028737780287377802873778028737780287377802"
|
- "87377802873778028737780287377802873778028737780287377802873778028737780287377802"
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
namespace: ParseExpression
|
||||||
|
expectation: Fail
|
||||||
|
outputs:
|
||||||
|
- "Error [EPAR0370036]: A hex number `0x..` was provided but hex is not allowed."
|
@ -8,8 +8,6 @@ expectation: Pass
|
|||||||
123field
|
123field
|
||||||
456field
|
456field
|
||||||
|
|
||||||
// 0xbfield
|
|
||||||
|
|
||||||
87377802873778028737780287377802873778028737780287377802873778028737780287377802field
|
87377802873778028737780287377802873778028737780287377802873778028737780287377802field
|
||||||
|
|
||||||
8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802field
|
8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802field
|
||||||
|
6
tests/parser/expression/literal/int_parse/field_fail.leo
Normal file
6
tests/parser/expression/literal/int_parse/field_fail.leo
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
/*
|
||||||
|
namespace: ParseExpression
|
||||||
|
expectation: Fail
|
||||||
|
*/
|
||||||
|
|
||||||
|
0xbfield
|
Loading…
Reference in New Issue
Block a user