We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Looks like a possible regression of #260
To Reproduce
var content = @" key1: value1 key2: value2 key3: key4: value4 key5: value5 key6: - item1 - item2 - item3 # comment key7: - key8: value8 key9: value9 key10: value10 - key11: key11 key12: key13: value13 key14: value14"; var yamlStream = new YamlStream(); var textReader = new StringReader(content); var scanner = new Scanner(textReader, skipComments: false); var parser = new Parser(scanner); yamlStream.Load(parser);
throws an ArgumentException. Stack trace points to here
ArgumentException
Please suggest a workaround if I'm going about this the wrong way.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Looks like a possible regression of #260
To Reproduce
throws an
ArgumentException
. Stack trace points to herePlease suggest a workaround if I'm going about this the wrong way.
The text was updated successfully, but these errors were encountered: