tests: fix version regex treewide
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 11 Apr 2023 11:53:32 +0000 (13:53 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 11 Apr 2023 11:56:23 +0000 (13:56 +0200)
commit7936f5021842d50d8131164cf26eb1a702521c25
tree064ff2e6863097360029ec99a335c344ec97d1eb
parenta5cf1d6164c8a338f758f84c97a5d0b084ca6262
tests: fix version regex treewide

The square bracket is in the wrong place which makes the regex not match
version strings of the form: x.y.z. Fix the pattern in core and bindings
tests.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/cxx/tests/tests-misc.cpp
bindings/python/tests/tests_module.py
tests/tests-misc.c