Modify ↓
Ticket #205 (new defect)
Anchor names and aliases can only contain numbers and ASCII letters, but 1.2 allows more
| Reported by: | peterkmurphy@… | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | pyyaml |
| Severity: | normal | Keywords: | Anchors, Aliases, Unicode |
| Cc: |
Description
I understand the reason this limitation was put in. In earlier versions of the specifications, anchors and aliases could contain commas, which would cause problems with flow collections. However, 1.2 explicitly rules them out, so this limitation should be lifted.
I've tried to provide code that does that, with a test case.
Attachments
Change History
Changed 20 months ago by peterkmurphy@…
-
attachment
scanner12.py
added
Changed 20 months ago by peterkmurphy@…
-
attachment
bandbio.yml
added
A test file. (Which I was working on for YPath testing.)
Note: See
TracTickets for help on using
tickets.

Contains a new implementation of scan_anchor.