fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

Escape backslash(\) + 0x09 to a horizontal tab (\t) #336

Closed fktn-k closed 5 months ago

fktn-k commented 5 months ago

The current lexer lacks implementation to unescape the escape sequence of a backslash() and 0x09 to a horizontal tab(\t) as the YAML standard specifies here.
This PR has added the missing escaping and a related test case.


Pull Request Checklist

Read the CONTRIBUTING.md file for detailed information.

Please don't

github-actions[bot] commented 5 months ago

:octocat: Upload Coverage Event Notification

Coverage data has been uploaded for the commit 4f4246448d8b1a51c8680e0496ab6e1ce885d8a0. You can download the artifact which contains the same file uploaded to the Coveralls and its HTML version.

Name fkYAML_coverage.pr336.zip
ID 1467357632
URL https://github.com/fktn-k/fkYAML/actions/runs/8925296482/artifacts/1467357632
coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 8925296482

Details


Totals Coverage Status
Change from base Build 8924129031: 0.0%
Covered Lines: 3570
Relevant Lines: 3570

💛 - Coveralls