Correctly handle \_ escape sequence. (#89)

This commit is contained in:
Felix Fontein 2022-05-09 22:09:08 +02:00 committed by GitHub
parent 02ecc0ca9d
commit a90c696589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 15 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "quoting and unquoting filter plugins, api module - handle the escape sequence ``\\_`` correctly as escaping a space and not an underscore (https://github.com/ansible-collections/community.routeros/pull/89)."