-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
when you set EOL as CR LF (I didn't checked CR) in YAML file and you try to parse it on e.g. Linux, you will get error:
type_error: The node value is not a sequence. type=mapping
but when you try to parse LF file on Windows, everything should work
Reproduction steps
- create CR LF file (just by creating on Windows)
- copy file to Linux (server or something)
- when you try to deserialize document - node value is not a sequence!
Expected vs. actual results
expected result should handle EOL (for example like JSON libraries) and correctly parse document
currently we have problem with parsing
Minimal code example
No response
Error messages
No response
Compiler and operating system
Linux: C++latest, Clang 14.0.6 Windows: C++latest, MSVC latest
Library version
0.3.9/0.3.10
Validation
- The bug also occurs if the latest version from the
develop
branch is used. - I can successfully compile and run the unit tests.
fktn-k
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working