clear rawValue from JSX attribute values as they're tokenised and parsed differently - fixes #2114

This commit is contained in:
Sebastian McKenzie
2015-07-29 16:15:47 +01:00
parent 4945b8e6f6
commit ffee5615e4
11 changed files with 199 additions and 23 deletions

View File

@@ -116,7 +116,7 @@
}
},
"value": "leading",
"rawValue": "leading",
"rawValue": null,
"raw": "\"leading\""
}
},
@@ -165,7 +165,7 @@
}
},
"value": "attribute",
"rawValue": "attribute",
"rawValue": null,
"raw": "\"attribute\""
}
},
@@ -254,6 +254,5 @@
}
}
]
},
"comments": []
}
}