parse empty string as package name

This commit is contained in:
Owen Mansel-Chan
2024-05-06 07:30:19 +01:00
parent fb74a2a170
commit f6f594e4b5

View File

@@ -271,6 +271,8 @@ private string interpretPackage(string p) {
then result = package(p.regexpCapture(r, 1), p.regexpCapture(r, 4))
else result = package(p, "")
)
or
p = "" and result = ""
}
/** Gets the source/sink/summary element corresponding to the supplied parameters. */