File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -223,8 +223,8 @@ def test_spec_anchors_and_aliases
223
223
&C currency: GBP
224
224
&D departure: LAX
225
225
&A arrival: EDI
226
- - { *F: MADF, *C: AUD, *D: SYD, *A: MEL }
227
- - { *F: DFSF, *C: USD, *D: JFK, *A: MCO }
226
+ - { *F : MADF, *C : AUD, *D : SYD, *A : MEL }
227
+ - { *F : DFSF, *C : USD, *D : JFK, *A : MCO }
228
228
EOY
229
229
)
230
230
@@ -233,20 +233,20 @@ def test_spec_anchors_and_aliases
233
233
---
234
234
ALIASES: [&f fareref, &c currency, &d departure, &a arrival]
235
235
FARES:
236
- - *f: DOGMA
237
- *c: GBP
238
- *d: LAX
239
- *a: EDI
240
-
241
- - *f: MADF
242
- *c: AUD
243
- *d: SYD
244
- *a: MEL
245
-
246
- - *f: DFSF
247
- *c: USD
248
- *d: JFK
249
- *a: MCO
236
+ - *f : DOGMA
237
+ *c : GBP
238
+ *d : LAX
239
+ *a : EDI
240
+
241
+ - *f : MADF
242
+ *c : AUD
243
+ *d : SYD
244
+ *a : MEL
245
+
246
+ - *f : DFSF
247
+ *c : USD
248
+ *d : JFK
249
+ *a : MCO
250
250
251
251
EOY
252
252
)
You can’t perform that action at this time.
0 commit comments