Skip to content

Commit 86f33b1

Browse files
committed
Update tests
1 parent 116505a commit 86f33b1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

test/xref2/resolve/test.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Simplest possible resolution:
144144
representation = None})];
145145
compiled = true; doc = []};
146146
expansion = None; linked = false; canonical = None; source_info = None;
147-
shape = None; uid_to_id = <abstr>}
147+
shape_info = None}
148148
```
149149

150150
Let's look at a marginally more complicated example. In this case, our type `t`
@@ -318,7 +318,7 @@ Basic resolution 2, environment lookup:
318318
representation = None})];
319319
compiled = true; doc = []};
320320
expansion = None; linked = false; canonical = None; source_info = None;
321-
shape = None; uid_to_id = <abstr>}
321+
shape_info = None}
322322
```
323323

324324

@@ -521,7 +521,7 @@ Basic resolution 3, module type:
521521
...];
522522
compiled = ...; doc = ...};
523523
expansion = ...; linked = ...; canonical = ...; source_info = ...;
524-
shape = ...; uid_to_id = ...}
524+
shape_info = ...}
525525
```
526526

527527
This example is very similar but there is one more level of nesting of the modules:
@@ -724,7 +724,7 @@ Basic resolution 4, module type:
724724
...];
725725
compiled = ...; doc = ...};
726726
expansion = ...; linked = ...; canonical = ...; source_info = ...;
727-
shape = ...; uid_to_id = ...}
727+
shape_info = ...}
728728
```
729729

730730
This example is rather more interesting:
@@ -960,7 +960,7 @@ and then we can look up the type `t`.
960960
...];
961961
compiled = ...; doc = ...};
962962
expansion = ...; linked = ...; canonical = ...; source_info = ...;
963-
shape = ...; uid_to_id = ...}
963+
shape_info = ...}
964964
```
965965

966966
```ocaml
@@ -1167,7 +1167,7 @@ and then we can look up the type `t`.
11671167
...];
11681168
compiled = ...; doc = ...};
11691169
expansion = ...; linked = ...; canonical = ...; source_info = ...;
1170-
shape = ...; uid_to_id = ...}
1170+
shape_info = ...}
11711171
```
11721172

11731173
Ensure a substitution is taken into account during resolution:
@@ -1350,7 +1350,7 @@ Ensure a substitution is taken into account during resolution:
13501350
...];
13511351
compiled = ...; doc = ...};
13521352
expansion = ...; linked = ...; canonical = ...; source_info = ...;
1353-
shape = ...; uid_to_id = ...}
1353+
shape_info = ...}
13541354
```
13551355

13561356
Ensure a destructive substitution is taken into account during resolution:
@@ -1533,7 +1533,7 @@ Ensure a destructive substitution is taken into account during resolution:
15331533
...];
15341534
compiled = ...; doc = ...};
15351535
expansion = ...; linked = ...; canonical = ...; source_info = ...;
1536-
shape = ...; uid_to_id = ...}
1536+
shape_info = ...}
15371537
```
15381538

15391539
Resolve a module alias:
@@ -1694,7 +1694,7 @@ Resolve a module alias:
16941694
representation = None})];
16951695
compiled = true; doc = ...};
16961696
expansion = ...; linked = ...; canonical = ...; source_info = ...;
1697-
shape = ...; uid_to_id = ...}
1697+
shape_info = ...}
16981698
```
16991699

17001700
Resolve a module alias:
@@ -1854,7 +1854,7 @@ Resolve a module alias:
18541854
...];
18551855
compiled = ...; doc = ...};
18561856
expansion = ...; linked = ...; canonical = ...; source_info = ...;
1857-
shape = ...; uid_to_id = ...}
1857+
shape_info = ...}
18581858
```
18591859

18601860
Resolve a functor:
@@ -2036,7 +2036,7 @@ Resolve a functor:
20362036
...];
20372037
compiled = ...; doc = ...};
20382038
expansion = ...; linked = ...; canonical = ...; source_info = ...;
2039-
shape = ...; uid_to_id = ...}
2039+
shape_info = ...}
20402040
```
20412041

20422042
Resolve a functor:
@@ -2243,7 +2243,7 @@ Resolve a functor:
22432243
...];
22442244
compiled = ...; doc = ...};
22452245
expansion = ...; linked = ...; canonical = ...; source_info = ...;
2246-
shape = ...; uid_to_id = ...}
2246+
shape_info = ...}
22472247
```
22482248

22492249
```ocaml skip
@@ -2460,5 +2460,5 @@ Functor app nightmare:
24602460
...];
24612461
compiled = ...; doc = ...};
24622462
expansion = ...; linked = ...; canonical = ...; source_info = ...;
2463-
shape = ...; uid_to_id = ...}
2463+
shape_info = ...}
24642464
```

0 commit comments

Comments
 (0)