Menu

#2 Missing tag URI error

open
nobody
None
5
2012-12-27
2012-03-15
darisole
No

Scanner.cs:2148 checks for tag.Length == 0, but it incorrectly throws an exception with the following valid YAML:

formats:
default: ! '%d-%m-%Y'
long: ! '%d %B, %Y'
short: ! '%d %b'

Discussion

  • darisole

    darisole - 2012-03-16

    Commenting out the "if" block removes the error, but I have no idea about its consequences on the rest of the parser.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.