Skip to content

Fix libgitg-date test package failure

Mahmoud Khalil requested to merge mkhalil/gitg:wip/fix-tests-failures into master

From: https://docs.gtk.org/glib/method.MatchInfo.fetch_named.html

fetch_named() will return an empty string if the subpattern couldn't be matched in the MatchInfo object.

We're only checking whether the returned value is null only.

fixes #337 (closed)

Edited by Ghost User

Merge request reports