summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Fixes two issues: Allows special characters in tag names (but not in named ↵Erik M. Bray2016-04-141-0/+9
| | | | tag handles, which are still just limited to [\w-]). Also allows the # character in tag names, which technically should be allowed. Adds a regression test which previously caused an error due to the foo/bar tag being parsed as just foo, resulting an in rest of the line being parsed as an invalid scalar.
* initial imlementation of YAMLLexer by Kirll Simonov <xi@resolvent.net>, with ↵Jeff Kowalczyk2008-05-201-0/+302
passing example.yaml testfile