Cannot include valid page paths
Brought to you by:
robertmartin,
slagyr
I can have a page with a single 'clause' e.g.
TestPages.Tests.TestOne
but if I try to include pages under this path with !include I get the error
Page include failed because the page .TestPages.Tests.TestOne does not have a valid wiki page name.
Renaming the page or even creating a soft link makes it include ok
e.g.
ln -s Tests TestsCamel
Then I can include
.TestPages.TestsCamel.TestOne