Commit 83185bfe authored by Pierre-Marie de Rodat's avatar Pierre-Marie de Rodat Committed by Pierre-Marie de Rodat
Browse files

test-importers/iarna-toml-spec-tests.py: fix handling of booleans

In Python, booleans are subtypes of integers: "isinstance(True, int)" is
true, so we need to check for booleans before checking for integers.
parent 0aa50453
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment