mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 22:52:30 +02:00
Fixed json parsing with hexadecimal characters
* replace \x with \u00 to follow JSON spec * fixes #2475 and #2495 * added unit tests for json parsing
This commit is contained in:
@ -8,6 +8,7 @@ test_dep = [
|
||||
]
|
||||
test_src = files(
|
||||
'main.cpp',
|
||||
'JsonParser.cpp',
|
||||
'SafeSignal.cpp',
|
||||
'config.cpp',
|
||||
'../src/config.cpp',
|
||||
|
Reference in New Issue
Block a user