summaryrefslogtreecommitdiff
path: root/_test/test_anchor.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_anchor.py')
-rw-r--r--_test/test_anchor.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/_test/test_anchor.py b/_test/test_anchor.py
index 34cc822..8b83c3e 100644
--- a/_test/test_anchor.py
+++ b/_test/test_anchor.py
@@ -127,10 +127,10 @@ class TestAnchorsAliases:
- *blake
- *alice
""")
- l = data['nut1']
- assert isinstance(l, CommentedSeq)
- assert l.yaml_anchor() is not None
- assert l.yaml_anchor().value == 'alice'
+ r = data['nut1']
+ assert isinstance(r, CommentedSeq)
+ assert r.yaml_anchor() is not None
+ assert r.yaml_anchor().value == 'alice'
merge_yaml = dedent("""
- &CENTER {x: 1, y: 2}