CiscoDevNet / BootIntegrityValidator

Python module that validates the Boot Integrity Visibility output generated on a Cisco IOS-XE device
MIT License
6 stars 3 forks source link

BugFix - CRLF EOL Handling #6

Closed mjavaid closed 2 years ago

mjavaid commented 2 years ago

Fixes CiscoDevNet/BootIntegrityValidator#5

The Regex pattern has been updated to handle \r carriage return generated in Windows. Test case added in to ensure feature works as expected.