Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Treat YAML 1.1 style octals with sign as string, not base 10 number #228

Merged
merged 2 commits into from Dec 13, 2021

Commits on Dec 13, 2021

  1. Add test of cases that are NOT supposed to be numbers

    The latter two of these currently fail.
    
        thread 'test_numbers' panicked at 'expected string. input="+0127", result=Number(PosInt(127))', tests/test_de.rs:352:18
    
        thread 'test_numbers' panicked at 'expected string. input="-0127", result=Number(NegInt(-127))', tests/test_de.rs:352:18
    dtolnay committed Dec 13, 2021
    Copy the full SHA
    f424a15 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    57f2e66 View commit details
    Browse the repository at this point in the history