Ticket #1620 (closed defect: fixed)
doesn't recognize octal number
| Reported by: | baoti | Owned by: | esilkensen |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | esilkensen/yaml.plt | Keywords: | |
| Cc: | Version: | ||
| Racket Version: |
Description
> (string->yaml "octal: 0o14")
'#hash(("octal" . "0o14"))
> (string->yaml "hexadecimal: 0xC")
'#hash(("hexadecimal" . 12))
Change History
Note: See
TracTickets for help on using
tickets.
