leo/unused/tests/parser/import/star.leo.out
2022-02-08 13:18:48 -05:00

39 lines
1.1 KiB
Plaintext

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