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

Error when parsing value with space... #60

Closed
milewski opened this issue Feb 18, 2018 · 2 comments
Closed

Error when parsing value with space... #60

milewski opened this issue Feb 18, 2018 · 2 comments

Comments

@milewski
Copy link

Works

{
  "color": {
    "font": {
      "base": {
        "value": "{color.black.value}"
      }
    }
  }
}

Doesn't work:

{
  "color": {
    "font": {
      "base": {
        "value": "{ color.black.value }"
      }
    }
  }
}

Error Message

Error: Reference doesn't exist:  color.black.value
@chazzmoney
Copy link
Collaborator

Nice find! We should definitely be trimming those reference values. Headed to bed now but will get on this tomorrow.

dbanksdesign added a commit that referenced this issue Feb 23, 2018
chazzmoney pushed a commit that referenced this issue Feb 24, 2018
@chazzmoney
Copy link
Collaborator

Fixed in master.

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

2 participants