diff options
Diffstat (limited to 'test/psych/test_yaml.rb')
-rw-r--r-- | test/psych/test_yaml.rb | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/test/psych/test_yaml.rb b/test/psych/test_yaml.rb index 32dd43b..cedec46 100644 --- a/test/psych/test_yaml.rb +++ b/test/psych/test_yaml.rb @@ -223,8 +223,8 @@ EOY &C currency: GBP &D departure: LAX &A arrival: EDI - - { *F: MADF, *C: AUD, *D: SYD, *A: MEL } - - { *F: DFSF, *C: USD, *D: JFK, *A: MCO } + - { *F : MADF, *C : AUD, *D : SYD, *A : MEL } + - { *F : DFSF, *C : USD, *D : JFK, *A : MCO } EOY ) @@ -233,20 +233,20 @@ EOY --- ALIASES: [&f fareref, &c currency, &d departure, &a arrival] FARES: -- *f: DOGMA - *c: GBP - *d: LAX - *a: EDI - -- *f: MADF - *c: AUD - *d: SYD - *a: MEL - -- *f: DFSF - *c: USD - *d: JFK - *a: MCO +- *f : DOGMA + *c : GBP + *d : LAX + *a : EDI + +- *f : MADF + *c : AUD + *d : SYD + *a : MEL + +- *f : DFSF + *c : USD + *d : JFK + *a : MCO EOY ) |