mirror of
https://github.com/AleoHQ/leo.git
synced 2025-01-03 15:28:05 +03:00
fix test expectations
This commit is contained in:
parent
d979a06eac
commit
3bcb0ef942
@ -21,13 +21,13 @@ outputs:
|
||||
registers:
|
||||
r:
|
||||
type: char
|
||||
value: ❤
|
||||
value: "\\u{2764}"
|
||||
- input_file: inputs/escaped.in
|
||||
output:
|
||||
registers:
|
||||
r:
|
||||
type: char
|
||||
value: "'"
|
||||
value: "\\'"
|
||||
- input_file: inputs/hex.in
|
||||
output:
|
||||
registers:
|
||||
@ -39,4 +39,4 @@ outputs:
|
||||
registers:
|
||||
r:
|
||||
type: char
|
||||
value: ❤
|
||||
value: "\\u{2764}"
|
||||
|
Loading…
Reference in New Issue
Block a user