Fix: major revision to valid and invalid numeric literal separator "sibling" characters (#745)

This commit is contained in:
Rick Waldron
2017-09-28 23:12:46 -04:00
committed by Henry Zhu
parent 17be9360af
commit 18c6b4e3e9
289 changed files with 589 additions and 84 deletions

View File

@@ -57,10 +57,10 @@
}
},
"extra": {
"rawValue": 9,
"raw": "0o1_1"
"rawValue": 171,
"raw": "0xA_b"
},
"value": 9
"value": 171
}
}
],