expansions: fix first_match case
This commit is contained in:
parent
bc61b7c30b
commit
f37be92903
1 changed files with 2 additions and 0 deletions
|
|
@ -892,6 +892,8 @@ namespace spot
|
||||||
|
|
||||||
if (is_det)
|
if (is_det)
|
||||||
{
|
{
|
||||||
|
for (auto& [_, dest] : res)
|
||||||
|
dest = formula::first_match(dest);
|
||||||
finalize_new(res, opts, d);
|
finalize_new(res, opts, d);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue