Skip to content
New issue

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

Missing error.source for #6 #9

Closed
ikatyang opened this issue May 30, 2018 · 0 comments
Closed

Missing error.source for #6 #9

ikatyang opened this issue May 30, 2018 · 0 comments

Comments

@ikatyang
Copy link
Contributor

version:
1.0.0-beta.6

input:

abc: 123
def

output:

YAMLSemanticError {
  name: "YAMLSemanticError",
  message: "Implicit map keys need to be followed by map values", 
  source: undefined
}

expected:

error.source exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant