(.*)is greedy (which means "everything you can find until you find the last one </test>"), you are looking for a non-greedy version (.*?)(which means "as little as possible, find the very first </test>").
Cthulu, HTML HTML .NET. , XML ( HTML), , , ( ) XmlReader.