1
1
mirror of https://github.com/AleoHQ/leo.git synced 2024-12-26 19:11:50 +03:00
leo/tests/parser/import/star.leo.out
2021-04-12 13:15:40 -07:00

35 lines
1002 B
Plaintext

---
ns: Parse
expectation: Pass
outputs:
- name: ""
expected_input: []
imports:
- package_or_packages:
Package:
name: "{\"name\":\"test-import\",\"span\":\"{\\\"line_start\\\":3,\\\"line_stop\\\":3,\\\"col_start\\\":8,\\\"col_stop\\\":19,\\\"path\\\":\\\"star.leo\\\",\\\"content\\\":\\\"import test-import.*;\\\"}\"}"
access:
Star:
line_start: 3
line_stop: 3
col_start: 20
col_stop: 21
path: star.leo
content: import test-import.*;
span:
line_start: 3
line_stop: 3
col_start: 8
col_stop: 21
path: star.leo
content: import test-import.*;
span:
line_start: 3
line_stop: 3
col_start: 8
col_stop: 21
path: star.leo
content: import test-import.*;
circuits: {}
functions: {}